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