EmailQueryTextSearch.SearchScope 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 scope for an email text search query.
public:
property EmailQuerySearchScope SearchScope { EmailQuerySearchScope get(); void set(EmailQuerySearchScope value); };
EmailQuerySearchScope SearchScope();
void SearchScope(EmailQuerySearchScope value);
public EmailQuerySearchScope SearchScope { get; set; }
var emailQuerySearchScope = emailQueryTextSearch.searchScope;
emailQueryTextSearch.searchScope = emailQuerySearchScope;
Public Property SearchScope As EmailQuerySearchScope
Property Value
The scope for an email text search query.
Windows requirements
App capabilities |
email
emailSystem
|