| ImapConfigurationAlwaysQuoteFolders Property |
Gets or sets a value indicating if mailbox (folder) names should be always quoted.
Default is false. Coremail servers default is true.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool AlwaysQuoteFolders { get; set; }
Public Property AlwaysQuoteFolders As Boolean
Get
Set
public:
property bool AlwaysQuoteFolders {
bool get ();
void set (bool value);
}
member AlwaysQuoteFolders : bool with get, set
Property Value
Type:
BooleanSee Also