ImapSettings.EnableKeywordCheck Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
EnableKeywordCheck
Specifies whether to enable FLAGS and PERMANENTFLAGS keyword check.
Declaration
public bool EnableKeywordCheck { get; set; }
Property Value
Type | Description |
---|---|
Boolean | 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.