How to : Configuring EWS Impersonation for Exchange 2010
Please find the articles how you can configure EWS impersonation for the Exchange 2010:
- Configuring Exchange Impersonation (Exchange Web Services)
https://msdn.microsoft.com/en-us/library/bb204095.aspx
- Using Exchange Impersonation XML Request/Response
https://msdn.microsoft.com/en-us/library/bb204088.aspx
- Using Impersonation in EWS Managed API
https://msdn.microsoft.com/en-us/library/dd633680(EXCHG.80).aspx
Hope this helps!!!
Comments
Anonymous
June 03, 2015
When EWS Impersonation is used the X-AnchorMailbox always should be correctly set to the mailbox being accessed. Without doing so you may get 500 or 503 errors at times. It is critical for performance and also for notifications. Not setting it can double or more the time it takes to complete the call. In some cases you can also get timeouts. Example: service.HttpHeaders.Add("X-AnchorMailbox", targetSmtp);- Anonymous
March 18, 2017
Thanks @Dan :)
- Anonymous