EmailQueryOptions.SortProperty Property

Definition

Gets or sets a Boolean value indicating whether the query results should be sorted.

public:
 property EmailQuerySortProperty SortProperty { EmailQuerySortProperty get(); void set(EmailQuerySortProperty value); };
EmailQuerySortProperty SortProperty();

void SortProperty(EmailQuerySortProperty value);
public EmailQuerySortProperty SortProperty { get; set; }
var emailQuerySortProperty = emailQueryOptions.sortProperty;
emailQueryOptions.sortProperty = emailQuerySortProperty;
Public Property SortProperty As EmailQuerySortProperty

Property Value

A Boolean value indicating whether the query results should be sorted.

Windows requirements

App capabilities
email emailSystem

Applies to