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