Defines possible attributes for mail messages on an IMAP server.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public enum MessageFlag

Members

Member nameValueDescription
Seen0 Indicates that the message has been read.
Answered1 Indicates that the message has been answered.
Flagged2 Indicates that the message is "flagged" for urgent/special attention.
Deleted3 Indicates that the message has been marked as "deleted" and will be removed upon the next call to the Expunge method.
Draft4 Indicates that the message has not completed composition and is marked as a draft.
Recent5 Indicates that the message has recently arrived in the mailbox.

See Also