| ImapCapabilitiesXList Property |
Gets information if XLIST extension is supported.
You can
CommonFolders class to get common folder names (e.g. Spam, Sent items).
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool XList { get; }
Public ReadOnly Property XList As Boolean
Get
public:
property bool XList {
bool get ();
}
member XList : bool with get
Property Value
Type:
BooleanSee Also