哪个是访问 Exchange Server 2010 数据存储中的数据的最佳 MAPI 或 Exchange Web 服务?
我将用 C++ 开发一个客户端应用程序,以从 Excahnge server 2010 访问用户可用性和日历信息。使用 MAPI 或 Exchange Web 服务在 C++ 中开发客户端应用程序以从 Excahnge server 2010 访问用户可用性和日历信息是最好的选择?
任何帮助将不胜感激。
谢谢。
I am going to develop a client application in C++ to access user availability and calander information from Excahnge server 2010. Which is the best to use MAPI or Exchange web service to develop client application in C++ to access user availability and calander information from Excahnge server 2010?
Any help would be appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 MAPI,但它可能比使用 EWS 困难得多(尽管我不知道从 C++ 调用 WebServices 有多难 - 从未这样做过)。
另一种方法是使用 Redemption (http://www.dimastr.com/redemption/home.htm),这是一个 COM MAPI 抽象层。
You can use MAPI, but it will probably much harder than using EWS (though I don't know how hard it is to call WebServices from C++ - never done that).
Another way is to use Redemption (http://www.dimastr.com/redemption/home.htm), a COM MAPI Abstraction Layer.