Gets the current state of the Pop3 object.

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

Syntax

Visual Basic
Public ReadOnly Property State As Pop3State
	Get
C#
public Pop3State State { get; }

Field Value

The current state.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also