Click or drag to resize
MimeKit

MessageSummaryModSeq Property

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

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

Property Value

NullableUInt64
The mod-sequence value.

Implements

IMessageSummaryModSeq
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