Skip to content

Instantly share code, notes, and snippets.

@gscales
Created May 10, 2021 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gscales/0fc14f2674176a24ad9815ac134f5c44 to your computer and use it in GitHub Desktop.
Save gscales/0fc14f2674176a24ad9815ac134f5c44 to your computer and use it in GitHub Desktop.
participants query
<soap:Envelope
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages"
xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<t:RequestServerVersion Version="Exchange2016" />
</soap:Header>
<soap:Body>
<m:FindItem Traversal="Shallow">
<m:ItemShape>
<t:BaseShape>IdOnly</t:BaseShape>
<t:AdditionalProperties>
<t:FieldURI FieldURI="item:ItemClass"
xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" />
<t:ExtendedFieldURI PropertyTag="96" PropertyType="SystemTime" />
<t:ExtendedFieldURI PropertyTag="97" PropertyType="SystemTime" />
<t:ExtendedFieldURI PropertyTag="23809" PropertyType="String" />
</t:AdditionalProperties>
</m:ItemShape>
<m:IndexedPageItemView MaxEntriesReturned="40" Offset="0" BasePoint="Beginning" />
<m:ParentFolderIds>
<t:FolderId Id="A=....." />
</m:ParentFolderIds>
<m:QueryString>participants:"e5tmp5@datarumble.com"</m:QueryString>
</m:FindItem>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment