ImapFolder.FirstUnseenMessageNumber Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
FirstUnseenMessageNumber
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.
Declaration
public int FirstUnseenMessageNumber { get; }
Property Value
Type | Description |
---|---|
Int32 | Sequence number of the first message that has not been read. |