SMTPErrorMessage

The SMTPErrorMessage method translates an error code into human readable text.

Syntax

SMTPErrorMessage(errNum)

Parameters

errNum
The error code.

Return Values

A string which tells you what the meaning of the error code is. Some possible values:

Also possible are WSA errors, such as WSAETIMEDOUT, which indicate there is a particular kind of transmission or TCP/IP error.

Example

See main sample.

Applies To

EmailResolver OCX Component