C# Class MailKit.Search.OrderBy

Specifies a sort order for search results.
You can combine multiple OrderBy rules to specify the sort order that IMailFolder.Search(SearchQuery,System.Collections.Generic.IList<OrderBy>,System.Threading.CancellationToken) should return the results in.
Afficher le fichier Open project: jstedfast/MailKit Class Usage Examples

Méthodes publiques

Свойство Type Description
Arrival OrderBy
Cc OrderBy
Date OrderBy
DisplayFrom OrderBy
DisplayTo OrderBy
From OrderBy
ReverseArrival OrderBy
ReverseCc OrderBy
ReverseDate OrderBy
ReverseDisplayFrom OrderBy
ReverseDisplayTo OrderBy
ReverseFrom OrderBy
ReverseSize OrderBy
ReverseSubject OrderBy
ReverseTo OrderBy
Size OrderBy
Subject OrderBy
To OrderBy

Méthodes publiques

Méthode Description
OrderBy ( OrderByType type, SortOrder order ) : System

Initializes a new instance of the MailKit.Search.OrderBy class.

Method Details

OrderBy() public méthode

Initializes a new instance of the MailKit.Search.OrderBy class.
/// cannot be . ///
public OrderBy ( OrderByType type, SortOrder order ) : System
type OrderByType The field to sort by.
order SortOrder The sort order.
Résultat System

Property Details

Arrival public_oe static_oe property

Sort results by arrival date in ascending order.
Sort results by arrival date in ascending order.
public static OrderBy,MailKit.Search Arrival
Résultat OrderBy

Cc public_oe static_oe property

Sort results by the first email address in the Cc header in ascending order.
Sort results by the first email address in the Cc header in ascending order.
public static OrderBy,MailKit.Search Cc
Résultat OrderBy

Date public_oe static_oe property

Sort results by the sent date in ascending order.
Sort results by the sent date in ascending order.
public static OrderBy,MailKit.Search Date
Résultat OrderBy

DisplayFrom public_oe static_oe property

Sort results by the first display name in the From header in ascending order.
Sort results by the first display name in the From header in ascending order.
public static OrderBy,MailKit.Search DisplayFrom
Résultat OrderBy

DisplayTo public_oe static_oe property

Sort results by the first display name in the To header in ascending order.
Sort results by the first display name in the To header in ascending order.
public static OrderBy,MailKit.Search DisplayTo
Résultat OrderBy

From public_oe static_oe property

Sort results by the first email address in the From header in ascending order.
Sort results by the first email address in the From header in ascending order.
public static OrderBy,MailKit.Search From
Résultat OrderBy

ReverseArrival public_oe static_oe property

Sort results by arrival date in desending order.
Sort results by arrival date in desending order.
public static OrderBy,MailKit.Search ReverseArrival
Résultat OrderBy

ReverseCc public_oe static_oe property

Sort results by the first email address in the Cc header in descending order.
Sort results by the first email address in the Cc header in descending order.
public static OrderBy,MailKit.Search ReverseCc
Résultat OrderBy

ReverseDate public_oe static_oe property

Sort results by the sent date in descending order.
Sort results by the sent date in descending order.
public static OrderBy,MailKit.Search ReverseDate
Résultat OrderBy

ReverseDisplayFrom public_oe static_oe property

Sort results by the first display name in the From header in descending order.
Sort results by the first display name in the From header in descending order.
public static OrderBy,MailKit.Search ReverseDisplayFrom
Résultat OrderBy

ReverseDisplayTo public_oe static_oe property

Sort results by the first display name in the To header in descending order.
Sort results by the first display name in the To header in descending order.
public static OrderBy,MailKit.Search ReverseDisplayTo
Résultat OrderBy

ReverseFrom public_oe static_oe property

Sort results by the first email address in the From header in descending order.
Sort results by the first email address in the From header in descending order.
public static OrderBy,MailKit.Search ReverseFrom
Résultat OrderBy

ReverseSize public_oe static_oe property

Sort results by the message size in descending order.
Sort results by the message size in descending order.
public static OrderBy,MailKit.Search ReverseSize
Résultat OrderBy

ReverseSubject public_oe static_oe property

Sort results by the Subject header in descending order.
Sort results by the Subject header in descending order.
public static OrderBy,MailKit.Search ReverseSubject
Résultat OrderBy

ReverseTo public_oe static_oe property

Sort results by the first email address in the To header in descending order.
Sort results by the first email address in the To header in descending order.
public static OrderBy,MailKit.Search ReverseTo
Résultat OrderBy

Size public_oe static_oe property

Sort results by the message size in ascending order.
Sort results by the message size in ascending order.
public static OrderBy,MailKit.Search Size
Résultat OrderBy

Subject public_oe static_oe property

Sort results by the Subject header in ascending order.
Sort results by the Subject header in ascending order.
public static OrderBy,MailKit.Search Subject
Résultat OrderBy

To public_oe static_oe property

Sort results by the first email address in the To header in ascending order.
Sort results by the first email address in the To header in ascending order.
public static OrderBy,MailKit.Search To
Résultat OrderBy