Skip to content

Instantly share code, notes, and snippets.

@cmeissner
Created December 21, 2020 15:19
Show Gist options
  • Save cmeissner/37ad8605b21c76be168e3183580a3679 to your computer and use it in GitHub Desktop.
Save cmeissner/37ad8605b21c76be168e3183580a3679 to your computer and use it in GitHub Desktop.
Zoho autodiscovery configuration
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/mobilesync/responseschema/2006">
<Culture>en:us</Culture>
<Action>
<Settings>
<Server>
<Type>MobileSync</Type>
<Url>https://msync.zoho.com/Microsoft-Server-ActiveSync</Url>
<Name>https://msync.zoho.com/Microsoft-Server-ActiveSync</Name>
</Server>
</Settings>
</Action>
</Response>
</Autodiscover>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment