 | 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: 3.0.0
Syntaxpublic ulong? ModSeq { get; set; }
Property Value
Type:
NullableUInt64The mod-sequence identifier.
Remarks
Gets or sets the mod-sequence identifier of the messages that matched the search query.
See Also