wodPop3 ActiveX Control - StatesEnum Enumeration
    
 

Members
Constant Value Description
 Disconnected 0 Disconnected from server.
 Connecting 1 Connecting to server.
 LogonInProgress 2 Sending login information.
 ReadingMessageList 3 Receiving message list from the server.
 Connected 4 Connected to server - idle.
 ExecutingCommand 5 Executing command on the server.
 ReceivingMessage 6 Receiving message from the server.
 DeletingMessage 7 Deleting message from the server.
 NegotiatingSSL 8 Negotiating SSL encryption.
 EstablishedSSL 9 Established SSL encryption.