c# - EWS managed API for Windows Phone8 App -
i wanted access emails exchange server (through ews) using ews managed api on windowsphone8 app .but ews managed api not compatible windowsphone8 app . choices left either create webservice of own can access emails using ews managed api , call custom created service windows phone app or have invoke ews url windows phone app directly using httpclient , constructing soap service request , parsing results based on response. there other better way this?
Comments
Post a Comment