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.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property SpecialUse As ImapFolderSpecialUse Get |
C# |
---|
public ImapFolderSpecialUse SpecialUse { get; } |