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 nameDescription
Supported by the .NET Compact FrameworkNone
None.
Supported by the .NET Compact FrameworkSeen
Message has been read.
Supported by the .NET Compact FrameworkAnswered
Message has been answered.
Supported by the .NET Compact FrameworkFlagged
Message is flagged for special attention.
Supported by the .NET Compact FrameworkDeleted
Message is marked as deleted for removal by Purge()()()().
Supported by the .NET Compact FrameworkDraft
Message is a draft - not fully composed yet.
Supported by the .NET Compact FrameworkRecent
Message has recently arrived and this is the first and only session notified about this. This flag cannot be modified by the client.
Supported by the .NET Compact FrameworkKeywords
Message may have keyword (custom flags).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also