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

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

Syntax

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

Field Value

Sequence number of the first message that has not been read.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also