Pop3State Enum
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
State of the Pop3 object.
Syntax
public enum Pop3State
Fields
Name | Description |
---|---|
Connecting | Connecting to server. |
Disconnected | Client is not connected. |
Disposed | Object is disposed and must not be used. |
Downloading | Receiving multiline response data. |
Reading | Waiting for response or receiving response. |
Ready | Server is ready and awaiting commands. |
Sending | Sending command to the server. |