Type of Syntax
|
Description
|
Examples
|
||
---|---|---|---|---|
Logical operators
|
Use uppercase logical operators (AND, OR,
NOT) to separate multiple keywords.
|
|
||
Parentheses
|
Use parentheses () to group keywords in
specific patterns.
|
|
||
Double quotation marks
|
Use double quotation marks (“”) to search
for phrases.
|
|
||
Wildcard (asterisk)
|
Use an asterisk (*) as a wildcard operator
to search for a range of keywords starting with a specific string.
|
|
||
Advanced Query Syntax (AQS)
|
AQS is a Windows search query language that allows for programmatic searching of the
Exchange
2010 environment.
|
For a detailed explanation and code examples for using AQS, refer to the
following website:
http://msdn.microsoft.com/en-us/library/bb266512.aspx |
||
Keyword Query Language (KQL)
|
KQL is a search query language that allows for programmatic searching of the Exchange
2013
environment.
|
For a detailed explanation and code examples for using KQL, refer to the following
website:
|