Click or drag to resize
MimeKit

OrderByAnnotation Class

Specifies an annotation-based sort order for search results.
Inheritance Hierarchy
SystemObject
  MailKit.SearchOrderBy
    MailKit.SearchOrderByAnnotation

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class OrderByAnnotation : OrderBy

The OrderByAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodOrderByAnnotation Initializes a new instance of the OrderByAnnotation class.
Top
Properties
 NameDescription
Public propertyAttribute Get the annotation attribute.
Public propertyEntry Get the annotation entry.
Public propertyOrder Gets the sort order.
(Inherited from OrderBy)
Public propertyType Gets the field used for sorting.
(Inherited from OrderBy)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
You can combine multiple OrderBy rules to specify the sort order that Sort(SearchQuery, IListOrderBy, CancellationToken) should return the results in.
See Also