EmailQueryOptions.SortProperty 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 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
|