Returns true if the ImapMessageFlags property contains the Recent flag. This flag is set if the message has arrived during the current session and it is the first active session to see the message.

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

Syntax

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

Field Value

True if recent.

Remarks

Subsequent sessions won't see the flag (unless the folder was selected as read-only during the first session). This flag cannot be altered by the client.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also