My company has an existing application that uses EWS (not managed API) and Impersonation to communicate with Exchange 2007 and 2010 servers.
I was under the impression that Impersonation was not supported in BPOS/Exchange online, but reading
this article changed my mind.
Now I'm wondering if I need to make any adaptations to my existing code for Impersonation, or will it just work for Exchange Online? The article just mentions the Managed API, so I'm curious as to if it will work with regular EWS. (I am aware the provisioning/configuration
is different, but I'm just asking about the code here).
Also, is it a MUST so use AutoDiscover to get an appropriate EWS URL for Exchange Online or can I still use a static URL?