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