![]() | FolderAttributes Enumeration |
Namespace: MailKit
[FlagsAttribute] public enum FolderAttributes
Member name | Value | Description | |
---|---|---|---|
None | 0 | The folder does not have any attributes. | |
NoInferiors | 1 | It is not possible for any subfolders to exist under the folder. | |
NoSelect | 2 | It is not possible to select the folder. | |
Marked | 4 | The folder has been marked as possibly containing new messages since the folder was last selected. | |
Unmarked | 8 | The folder does not contain any new messages since the folder was last selected. | |
NonExistent | 16 | The folder does not exist, but is simply a place-holder. | |
Subscribed | 32 | The folder is subscribed. | |
Remote | 64 | The folder is remote. | |
HasChildren | 128 | The folder has subfolders. | |
HasNoChildren | 256 | The folder does not have any subfolders. | |
All | 512 | The folder is a special "All" folder containing an aggregate of all messages. | |
Archive | 1024 | The folder is a special "Archive" folder. | |
Drafts | 2048 | The folder is the special "Drafts" folder. | |
Flagged | 4096 | The folder is the special "Flagged" folder. | |
Important | 8192 | The folder is the special "Important" folder. | |
Inbox | 16384 | The folder is the special "Inbox" folder. | |
Junk | 32768 | The folder is the special "Junk" folder. | |
Sent | 65536 | The folder is the special "Sent" folder. | |
Trash | 131072 | The folder is the special "Trash" folder. |