ImapCommandResult Enumeration

Enumerates the imap command results.

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum ImapCommandResult
Members
  Member nameValueDescription
Undetermined0 Indicates that the result of command is undetermined.
Success1 Indicates that the command is successfully completed.
Failure2 Indicates that the command failed.
Error3 Indicates the protocol error or command syntax error.
ContinuationRequest4 Indicates that the next part of command is expected.
See Also