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