Specifies special use flags for extended LIST command (RFC 6154) or XLIST extension.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Enumeration ImapFolderSpecialUse
C#
public enum ImapFolderSpecialUse

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No special use.
Supported by the .NET Compact FrameworkInbox
The folder is an inbox.
Supported by the .NET Compact FrameworkAll
The folder presents all messages in the user's message store (with a possible exception of trash and junk mail). It is usually a virtual folder.
Supported by the .NET Compact FrameworkArchive
The folder is used to archive messages.
Supported by the .NET Compact FrameworkDrafts
The folder is used to hold draft messages - messages that are being composed but have not yet been sent.
Supported by the .NET Compact FrameworkFlagged
The folder presents all messages marked in some way as 'important'. It is usually a virtual folder.
Supported by the .NET Compact FrameworkJunk
The folder is where messages deemed to be junk (spam) mail are held.
Supported by the .NET Compact FrameworkSent
The folder is used to hold copies of messages that have been sent. Some server implementations might put messages here automatically.
Supported by the .NET Compact FrameworkTrash
The folder is used to hold messages that have been deleted. Alternatively, it might be a virtual folder that presents messages marked for deletion.
Supported by the .NET Compact FrameworkImportant
The folder presents all messages marked by the server as 'important'. It is usually a virtual folder.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also