Defines the standard flags which can be set or examined for IMAP4 folders (mailboxes).
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
To examine folder flags, the developer can use DownloadFolders method to obtain the collection of folders, and then iterate through returned collection and examine Flags property value for each Folder object in the collection.
| Member Name | Description | Value |
|---|---|---|
| None | No flags set. | 0 |
| Noinferiors | It is not possible for any child levels of hierarchy to exist under this name; no child levels exist now and none can be created in the future. | 1 |
| Noselect | It is not possible to use this name as a selectable folder. | 2 |
| Marked | The folder has been marked "interesting" by the server; the folder probably contains messages that have been added since the last time the folder was selected. Note: marked folder is not the same as subscribed folder. It's up to the client to subscribe/unsubscribe folders; it's up to the server to mark/unmark folders. | 4 |
| Unmarked | The folder does not contain any additional messages since the last time the folder was selected. | 8 |
Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll)
MailBee.ImapMail Namespace | Flags