Skip to content

Instantly share code, notes, and snippets.

@davecra
Created July 27, 2018 16:31
Show Gist options
  • Save davecra/7d622d3810a4ea44aa9f86677d56e55c to your computer and use it in GitHub Desktop.
Save davecra/7d622d3810a4ea44aa9f86677d56e55c to your computer and use it in GitHub Desktop.
Proper ExpandDL Soap
<?xml version="1.0" encoding="utf-8"?>
<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="Exchange2013_SP1" />
</soap:Header>
<soap:Body>
<m:ExpandDL>
<m:Mailbox>
<t:EmailAddress>test</t:EmailAddress>
</m:Mailbox>
</m:ExpandDL>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment