State of the Pop3 object.

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

Syntax

Visual Basic
Public Enumeration Pop3State
C#
public enum Pop3State

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 to the server.
Supported by the .NET Compact FrameworkReading
Waiting for response or receiving response.
Supported by the .NET Compact FrameworkDownloading
Receiving multiline response 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