Some EWS management API samples for China Office 365(21vianet Office 365
).
- Authentication of China Office 365 with Azure AD application authentication.
- Make EWS calls, like get mailbox folders, get calendar information, get appointments,resources etc.
更多功能,陆续施工中。
下载本项目之后,使用Visual Studio打开,打开之后在解决方案管理器中找到App.config
配置文件,配置对应的appID
,tenantID
,clientSecret
。
配置应用信息:
appID
,tenantID
,clientSecret
的设置参考文档:注册应用
在授权成功之后,就通过EWS向Office 365进行数据的请求了,我这边写了3个例子,
更多EWS接口请参考如下: Get started with EWS Managed API