EWS managed API for Windows Phone8 App

64 Views Asked by At

I wanted to access emails from Exchange server (through EWS) using EWS Managed API on WindowsPhone8 app .But EWS Managed API is not compatible with WindowsPhone8 app . So only choices left is either to create Webservice of my own which can access emails using EWS managed API and then call the custom created service from the windows Phone app or I have to invoke the EWS url from windows phone app directly by using httpclient and constructing soap service request and parsing the results based on the response. Is there any other better way to do this?

0

There are 0 best solutions below