ImapFolder.FirstUnseenMessageNumber Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
FirstUnseenMessageNumber
Gets the number of messages that have not been read.
This property is not set for folders
returned by a call to Get
Declaration
public int FirstUnseenMessageNumber { get; }
Property Value
Type | Description |
---|---|
Int32 | Sequence number of the first message that has not been read. |