Click or drag to resize
MimeKit

ModSeqChangedEventArgsModSeq Property

Gets the updated mod-sequence value of the message.

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

Property Value

UInt64
The mod-sequence value.
Remarks
Gets the updated mod-sequence value of the message.
See Also