Click or drag to resize
MimeKit

OrderBy Constructor

Initializes a new instance of the OrderBy class.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public OrderBy(
	OrderByType type,
	SortOrder order
)

Parameters

type  OrderByType
The field to sort by.
order  SortOrder
The sort order.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionorder cannot be None.
Remarks
Creates a new OrderBy instance.
See Also