Specifies whether to enable FLAGS and PERMANENTFLAGS keyword check.

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

Syntax

Visual Basic
Public Property EnableKeywordCheck As Boolean
	Get
	Set
C#
public bool EnableKeywordCheck { get; set; }

Field Value

False (default) to disable keyword check; true to enable the keyword check.

Remarks

The keyword check is disabled by default due to non-standard behavior of IMAP servers including GMail, FastMail and others that enable '[' and ']' in keywords.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also