Click or drag to resize
MimeKit

SearchResultsMax Property

Get or set the maximum unique identifier that matched the search query.

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

Property Value

NullableUniqueId
The maximum unique identifier.
Remarks
Gets or sets the maximum unique identifier that matched the search query.
See Also