IMAP message flags.
public enum ImapMessageFlags
Public Enum ImapMessageFlags
public enum class ImapMessageFlags
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). |
Top