Method POP3Client():getLastError() Professional

Returns the numeric value of the last error

Syntax
:getLastError() --> nErrorCode
Return

:getLastError() returns a numeric error code of the operating system level. If no error occurred, the return value is 0.

Description

This method is used to retrieve the numeric code of the last error that occurred while communicating with the POP3 server. This typically is a socket error code. #define constants for typical socket errors are available in the file SOCKET.CH.

Use the function DosErrorMessage()

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.