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; }

Field Value

Folder purpose.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also