EmailQueryOptions.SortDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the direction of the sort for the query results.
public:
property EmailQuerySortDirection SortDirection { EmailQuerySortDirection get(); void set(EmailQuerySortDirection value); };
EmailQuerySortDirection SortDirection();
void SortDirection(EmailQuerySortDirection value);
public EmailQuerySortDirection SortDirection { get; set; }
var emailQuerySortDirection = emailQueryOptions.sortDirection;
emailQueryOptions.sortDirection = emailQuerySortDirection;
Public Property SortDirection As EmailQuerySortDirection
Property Value
The direction of the sort for the query results.
Windows requirements
App capabilities |
email
emailSystem
|