0

I would like to use the Microsoft.Exchange.WebServices.Data.ExchangeService object on the webserver that hosts my mail app.

Can I authorize using some kind of token or something else passed from the client mail app to ExchangeService object on the webserver without the need to ask a user interaction to enter credentials?

Kind regards,

4

1 回答 1

1

您可以在某些情况下,例如在打开邮件应用程序的项目上调用 GetItem,或获取当前项目的附件。如果您有兴趣构建可以进行更强大的 Exchange 集成和使用 OAuth 的后端代码,请查看我们的新 REST OData API:

http://blogs.msdn.com/b/exchangedev/archive/2014/03/25/using-oauth2-to-access-calendar-contact-and-mail-api-in-exchange-online-in-office- 365.aspx

于 2014-04-24T01:07:12.777 回答