FolderStatusUnseenCount Property |
Gets the number of unseen messages in the folder.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int UnseenCount { get; }
Public ReadOnly Property UnseenCount As Integer
Get
Property Value
Type:
Int32The 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 |
---|
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