Click or drag to resize
MimeKit

IMailFolderHighestModSeq Property

Get the highest mod-sequence value of all messages in the mailbox.

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

Property Value

UInt64
The highest mod-sequence value.
Remarks
Gets the highest mod-sequence value of all messages in the mailbox.
See Also