| MessageLabelsChangedEventArgsModSeq Property |
Gets the updated mod-sequence value of the message, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public ulong? ModSeq { get; }
Property Value
NullableUInt64The mod-sequence value.
Remarks
Gets the updated mod-sequence value of the message, if available.
See Also