Gets the status of the response.

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

Syntax

Visual Basic
Public Property Status As Pop3ExceptionStatus
	Get
	Private Set
C#
public Pop3ExceptionStatus Status { get; private set; }

Field Value

One of the Pop3ExceptionStatus values.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also