POP3SecureSocket.ServerError

From Xojo Documentation

Event


POP3SecureSocket.ServerError(ErrorCode as Integer,ErrorMessage as String, MessageID as Integer)

Supported for all project types and targets.

Executes when a protocol-related error occurs.

Notes

The error codes are as follows:

Value Description
0 Unknown Error Message
1 Incorrect Password
2 IncorrectUsername
3 Delete Message Failed
4 List Messages Failed
5 Retrieve Lines Failed
6 Retrieve Message Failed