State of the Imap object.

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

Syntax

Visual Basic
Public Enumeration ImapState
C#
public enum ImapState

Members

Member nameDescription
Supported by the .NET Compact FrameworkDisconnected
Client is not connected.
Supported by the .NET Compact FrameworkConnecting
Connecting to server.
Supported by the .NET Compact FrameworkReady
Server is ready and awaiting commands.
Supported by the .NET Compact FrameworkSending
Sending command or data to the server.
Supported by the .NET Compact FrameworkReading
Waiting for response or receiving response or data.
Supported by the .NET Compact FrameworkDisposed
Object is disposed and must not be used.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also