Gets a value indicating whether this folder contains messages that have been added since the last time the folder was selected.

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

Syntax

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

Field Value

Value indicating whether this folder contains any new messages.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also