SocketTools .NET Edition

ImapClient.ImapResult Enumeration

Specifies the result codes that the ImapClient class supports.

[Visual Basic]
Public Enum ImapClient.ImapResult
[C#]
public enum ImapClient.ImapResult

Members

Member Name Description
resultUnknown An unknown result code was returned by the server.
resultOk The previous command completed successfully. The result string contains information about the results of the command.
resultNo The previous command could not be completed. The result string contains information about why the command failed.
resultBad The previous command could not be completed, the command may be invalid or not supported on the server. The result string contains information about why the command failed.
resultContinue The command has executed and is waiting for additional data from the client.

Requirements

Namespace: SocketTools

Assembly: SocketTools.ImapClient (in SocketTools.ImapClient.dll)

See Also

SocketTools Namespace