Skip to content

Instantly share code, notes, and snippets.

@vgerbase
Last active August 28, 2024 16:19
Show Gist options
  • Save vgerbase/243c62663d098edc2746 to your computer and use it in GitHub Desktop.
Save vgerbase/243c62663d098edc2746 to your computer and use it in GitHub Desktop.
Autodiscover XML request POST
<?xml version="1.0" encoding="utf-8" ?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
<Request>
<AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema>
<EMailAddress>[email protected]</EMailAddress>
</Request>
</Autodiscover>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment