State of the Pop3 object.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public Enumeration Pop3State |
C# |
---|
public enum Pop3State |
Members
Member name | Description | |
---|---|---|
Disconnected | Client is not connected. | |
Connecting | Connecting to server. | |
Ready | Server is ready and awaiting commands. | |
Sending | Sending command to the server. | |
Reading | Waiting for response or receiving response. | |
Downloading | Receiving multiline response data. | |
Disposed | Object is disposed and must not be used. |