Click or drag to resize
MimeKit

SearchResultsMin Property

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

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

Property Value

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