MailKit Documentation
MailKit Documentation
API Reference
MailKit.Search
OrderBy Class
OrderBy Constructor
OrderBy Properties
OrderBy Methods
OrderBy Fields
Order
By Constructor
Initializes a new instance of the
OrderBy
class.
Namespace:
MailKit.Search
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
OrderBy
(
OrderByType
type
,
SortOrder
order
)
Parameters
type
OrderByType
The field to sort by.
order
SortOrder
The sort order.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
order
cannot be
None
.
Remarks
Creates a new
OrderBy
instance.
See Also
Reference
OrderBy Class
MailKit.Search Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast