Exchange 日历与 Exchange 服务器外部的应用程序服务器集成

发布于 2024-10-02 20:01:30 字数 173 浏览 0 评论 0原文

我需要将应用程序与 MS Exchange 集成,以便检索日历信息。

我的公司托管应用程序服务器,需要通过公共互联网联系客户端的 Exchange 服务器(因此需要对通信进行加密和身份验证)。

该应用程序是一个.Net Web 应用程序。

有人对构建这个的最佳方式有任何资源或想法吗?

I have a requirement to integrate an application with MS Exchange in order to retrieve calendar information.

My company host the application server and would need to contact the client's Exchange server via the public internet (communication would therefore need to be encrypted and authenticated).

The application is a .Net web application.

Does anybody have any resources or ideas on the best way to architect this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

向地狱狂奔 2024-10-09 20:01:30

答案取决于您使用的 Exchange 版本。 Exchange 2007 和 2010 提供 Web 服务,甚至提供您可以使用的 .NET API (http://msdn.microsoft.com/en-us/library/dd633710(EXCHG.80).aspx)。

如果您使用的是Exchange 2003,则需要使用WebDAV,这相当复杂。我的网站上有一些关于该主题的文章 (http://www.infinitec.de)。

The answer depends on the version of Exchange you are using. Exchange 2007 and 2010 offer WebServices and even a .NET API you can use (http://msdn.microsoft.com/en-us/library/dd633710(EXCHG.80).aspx).

If you are working with Exchange 2003, you need to use WebDAV, which is rather complicated. I have a few articles on that topic on my website (http://www.infinitec.de).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文