Enum ImapCommandResult
ImapCommandResult enumeration
Enumerates the imap command results.
public enum ImapCommandResult
Values
| Name | Value | Description |
|---|---|---|
| Undetermined | 0 | Indicates that the result of command is undetermined. |
| Success | 1 | Indicates that the command is successfully completed. |
| Failure | 2 | Indicates that the command failed. |
| Error | 3 | Indicates the protocol error or command syntax error. |
| ContinuationRequest | 4 | Indicates that the next part of command is expected. |
See Also
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email