Gets or sets the bit field specifying the enabled extensions.

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

Syntax

Visual Basic
Public Property EnabledExtensions As ImapExtensions
	Get
	Set
C#
public ImapExtensions EnabledExtensions { get; set; }

Field Value

Enabled extensions.

Remarks

Enabled extensions will be used when appropriate. By default, all extensions are enabled.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also