Click or drag to resize
MimeKit

MailFolderFirstUnread Property

Get the index of the first unread message in the folder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public int FirstUnread { get; protected set; }

Property Value

Int32
The index of the first unread message.

Implements

IMailFolderFirstUnread
Remarks
This value will only be set after the folder has been opened.
See Also