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 name | Description | |
---|---|---|
![]() | None | No special use. |
![]() | Inbox | The folder is an inbox. |
![]() | All | 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. |
![]() | Archive | The folder is used to archive messages. |
![]() | Drafts | The folder is used to hold draft messages - messages that are being composed but have not yet been sent. |
![]() | Flagged | The folder presents all messages marked in some way as 'important'. It is usually a virtual folder. |
![]() | Junk | The folder is where messages deemed to be junk (spam) mail are held. |
![]() | Sent | The folder is used to hold copies of messages that have been sent. Some server implementations might put messages here automatically. |
![]() | Trash | The folder is used to hold messages that have been deleted. Alternatively, it might be a virtual folder that presents messages marked for deletion. |
![]() | Important | The folder presents all messages marked by the server as 'important'. It is usually a virtual folder. |