ImapFolder.NotSeenMessageCount Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
NotSeenMessageCount
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.
Declaration
public int NotSeenMessageCount { get; }
Property Value
Type | Description |
---|---|
Int32 | Number of messages that have not been read. |