ImapFolder.SpecialUse Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
SpecialUse
Returns folder purpose if known. This property only contains useful information if the IMAP server supports the XLIST command or extended LIST command (RFC 6154) and the folder list was returned using the GetFolderList() method. At the moment, this is not suppored in ImapFolderListMode.Subscribed mode.
Declaration
public ImapFolderSpecialUse SpecialUse { get; }
Property Value
Type | Description |
---|---|
ImapFolderSpecialUse | Folder purpose. |