SMTP_GetError

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > SMTP >

SMTP_GetError

 

Description

 

Returns the description of an SMTP module error code.

 

Syntax

 

ErrorText = SMTP_GetError( ErrorCode )

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

ErrorCode

Numeric

No

Numeric SMTP error code

 

Remarks

 

Restrictions

 

See also

 

Examples