Represents possible IMAP response codes.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration ImapResponseCode |
| C# |
|---|
public enum ImapResponseCode |
Members
| Member name | Description | |
|---|---|---|
| Unknown | Indicates an unknown response code. | |
| Ok | Indicates success. | |
| ContinuationRequest | Continuation request. | |
| Unsolicited | Unsolicited and untagged response. | |
| No | Indicates failure. | |
| Bad | Indicates a protocol error such as unrecognized command or syntax error. |