 | SearchResultsMax Property |
Get or set the maximum unique identifier that matched the search query.
Namespace:
MailKit.Search
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntaxpublic UniqueId? Max { get; set; }
Property Value
Type:
NullableUniqueIdThe maximum unique identifier.
Remarks
Gets or sets the maximum unique identifier that matched the search query.
See Also