Gets the bit field specifying the extensions supported by the server.

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

Syntax

Visual Basic
Public ReadOnly Property SupportedExtensions As Pop3Extensions
	Get
C#
public Pop3Extensions SupportedExtensions { get; }

Field Value

Extensions supported by the server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also