ImapCommandResult
ImapCommandResult enumeration (5 values)
Enumerates the imap command results.
| Value | Description |
|---|---|
| Undetermined | Indicates that the result of command is undetermined. |
| Success | Indicates that the command is successfully completed. |
| Failure | Indicates that the command failed. |
| Error | Indicates the protocol error or command syntax error. |
| ContinuationRequest | Indicates that the next part of command is expected. |