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; } |