Microsoft Exchange Server

From Starfish ETL
Revision as of 04:22, 4 March 2015 by Jkuehlthau (talk | contribs) (Created page with "=Exchange Origin= ==Sample Origin Filters== Query strings in the EWS Managed API and EWS are interpreted as a subset of AQS syntax. AQS strings are composed of either values o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Exchange Origin

Sample Origin Filters

Query strings in the EWS Managed API and EWS are interpreted as a subset of AQS syntax. AQS strings are composed of either values or keyword/value pairs, separated by a colon (:).

keyword:value

When a value is specified without a keyword, all indexed properties are searched for the value. If a keyword is paired with a value, the keyword specifies a property to search for the corresponding value.