How can I use web app with EWS managed API for office 365?
问题 With c#; I am able to use access_token generated with native app to request EWS managed api for office 365. I am trying to use access_token generated with web app . This is failing at service.AutodiscoverUrl('mailid', delegate(string url){return true}) and getting error ' The Autodiscover service couldn't be located. '. I am using following code to generate access_token using web app. string authority = "https://login.windows.net/common/oauth2/authorize"; string serverName = "https://outlook