exchange-web-service
Version:
Exchange Web Service APIs for NodeJS
13 lines • 606 B
text/xml
<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="Exchange2010" />
</soap:Header>
<soap:Body>
<m:GetUserOofSettingsRequest>
<t:Mailbox>
<t:Address>_ADDRESS_</t:Address>
</t:Mailbox>
</m:GetUserOofSettingsRequest>
</soap:Body>
</soap:Envelope>