ImapCommandResult Enumeration |
Enumerates the imap command results.
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum ImapCommandResult
Public Enumeration ImapCommandResult
public enum class ImapCommandResult
Members
| Member 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