Skip to content

Instantly share code, notes, and snippets.

@sitemapxml
Forked from vgerbase/autodiscover.xml
Created August 28, 2024 16:19
Show Gist options
  • Save sitemapxml/754c0d574035549ff85103ea7c787062 to your computer and use it in GitHub Desktop.
Save sitemapxml/754c0d574035549ff85103ea7c787062 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