Click or drag to resize
MimeKit

MailFolderHighestModSeq 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#
public ulong HighestModSeq { get; protected set; }

Property Value

UInt64
The highest mod-sequence value.

Implements

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