ImapResponseCode Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
Represents possible IMAP response codes.
Syntax
public enum ImapResponseCode
Fields
| Name | Description |
|---|---|
| Bad | Indicates a protocol error such as unrecognized command or syntax error. |
| ContinuationRequest | Continuation request. |
| No | Indicates failure. |
| Ok | Indicates success. |
| Unknown | Indicates an unknown response code. |
| Unsolicited | Unsolicited and untagged response. |