IMAP message flags.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration ImapMessageFlags |
C# |
---|
[FlagsAttribute] public enum ImapMessageFlags |
Members
Member name | Description | |
---|---|---|
None | None. | |
Seen | Message has been read. | |
Answered | Message has been answered. | |
Flagged | Message is flagged for special attention. | |
Deleted | Message is marked as deleted for removal by Purge()()()(). | |
Draft | Message is a draft - not fully composed yet. | |
Recent |
Message has recently arrived and this is the first and only session notified about this.
This flag cannot be modified by the client.
| |
Keywords |
Message may have keyword (custom flags).
|