Click or drag to resize
MimeKit

SearchResults(SortOrder) Constructor

Initializes a new instance of the SearchResults class.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public SearchResults(
	SortOrder order = SortOrder.None
)

Parameters

order  SortOrder  (Optional)
The sort-order to use for the unique identifiers.
Remarks
Creates a new SearchResults.
See Also