Gets the number of messages that have not been read. This property is not set for folders returned by a call to GetFolderList()()()() methods and will contain a value of 0.

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

Syntax

Visual Basic
Public ReadOnly Property NotSeenMessageCount As Integer
	Get
C#
public int NotSeenMessageCount { get; }

Field Value

Number of messages that have not been read.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also