FolderStatusUnseenCount Property
Gets the number of unseen messages in the folder.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int UnseenCount { get; }

Property Value

Type: Int32
The non-negative Int32 value containing the number of messages which have not been read, or -1 if this information is not available.
Remarks
Unseen (unread) messages are messages not having "\Seen" flag set. See Seen topic for more information regarding unread messages.
Note Note
This value is different from Unseen which returns the ordinal message number of the first unseen message in the folder, not the count of the unseen messages.
See Also