Represents possible IMAP response codes.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Enumeration ImapResponseCode
C#
public enum ImapResponseCode

Members

Member nameDescription
Supported by the .NET Compact FrameworkUnknown
Indicates an unknown response code.
Supported by the .NET Compact FrameworkOk
Indicates success.
Supported by the .NET Compact FrameworkContinuationRequest
Continuation request.
Supported by the .NET Compact FrameworkUnsolicited
Unsolicited and untagged response.
Supported by the .NET Compact FrameworkNo
Indicates failure.
Supported by the .NET Compact FrameworkBad
Indicates a protocol error such as unrecognized command or syntax error.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also