Click or drag to resize
MimeKit

IMessageSummaryModSeq Property

Gets the mod-sequence value for the message, if available.

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

Property Value

NullableUInt64
The mod-sequence value.
Remarks

Gets the mod-sequence value for the message, if available.

This property will only be set if the ModSeq flag is passed to one of the Fetch or FetchAsync methods.

See Also