Click or drag to resize
MimeKit

MailFolderRecent Property

Get the number of recently added messages in the folder.

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

Property Value

Int32
The number of recently added messages.

Implements

IMailFolderRecent
Remarks

Gets the number of recently delivered messages in the folder.

Note  Note
This value will only be set after calling Status(StatusItems, CancellationToken) with Recent or by opening the folder.
See Also