Click or drag to resize
MimeKit

MessageLabelsChangedEventArgsModSeq Property

Gets the updated mod-sequence value of the message, if available.

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

Property Value

NullableUInt64
The mod-sequence value.
Remarks
Gets the updated mod-sequence value of the message, if available.
See Also