Click or drag to resize
MimeKit

IMailFolderRecent Property

Get the number of recently delivered messages in the folder.

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

Property Value

Int32
The number of recently delivered messages.
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.
See Also