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

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

Syntax

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

Field Value

Extensions supported by the server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also