Click or drag to resize
MimeKit

SearchResultsModSeq Property

Gets or sets the mod-sequence identifier of the messages that matched the search query.

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

Property Value

NullableUInt64
The mod-sequence identifier.
Remarks
Gets or sets the mod-sequence identifier of the messages that matched the search query.
See Also