ImapMessageFlags Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
IMAP message flags.
Syntax
[Flags]
public enum ImapMessageFlags
Fields
| Name | Description |
|---|---|
| Answered | Message has been answered. |
| Deleted | Message is marked as deleted for removal by Purge(). |
| Draft | Message is a draft - not fully composed yet. |
| Flagged | Message is flagged for special attention. |
| Keywords | Message may have keyword (custom flags). |
| None | None. |
| Recent | Message has recently arrived and this is the first and only session notified about this. This flag cannot be modified by the client. |
| Seen | Message has been read. |