Hi,
My Exchange server is hosted on premises.
I've created a program using EWS Managed API, which does following,
- Automatic discovery, Calendar, Email, Meeting...
It works well, as long as I'm running it from laptop who is part of same domain. And, it works even if I make direct internet connectivity from my laptop.
Issue,
I've deployed my application on Cloud (Windows Azure).
When I run same application, it gives me ServiceXmlDeserializationException on automatic discovery.
What could be the issue?
Vinay