简体   繁体   中英

How to use C++ with gsoap to read email from outlook using exchange web services

how can we use C++ with gSOAP to fetch email data from outlook mail (in office 365) using exchange web services. Is there need to be authentication API of office 365, and if yes, then does this API support C++ language.

OR gSOAP is enough to read the data of email from exchange server of office 365. and in gSOAP is there need to be authentication, If yes then which one? please help me.

如果您使用的是Exchange Web服务,则可以使用基本身份验证进行身份验证。

Or you could use Office 365 REST APIs for Mail, Calendar and Contacts. Check out http://dev.outlook.com for more info.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM