Returns true if the Flags property contains the Seen flag. This flag is set if the message has been read.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public ReadOnly Property IsSeen As Boolean
	Get
C#
public bool IsSeen { get; }

Field Value

True if seen (read).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also