将 Java 连接到 MS Exchange Server 的建议

发布于 2024-08-21 23:31:21 字数 250 浏览 0 评论 0原文

在我目前的工作中,我们使用一种名为 JINTEGRA 的产品,它可以让我们访问用户的 Outlook 文件夹(联系人、电子邮件、日历等)并通过单独的 CDO/MAPI 服务器进行更新。

我想知道是否有人可以推荐任何替代方案?我们最初尝试过 WEBDAV,它适合读取信息,但不适合写入。

JINTEGRA 有一个烦人的许可模型,它不断引发许可证违规,并要求我们为每个服务器和开发人员管理单独的许可 jar,因此我们希望摆脱它们。

谢谢 !

At my current job we are using a product called JINTEGRA that lets us get access to users outlook folders (Contacts, email, calendar etc.) and make updates through a separate CDO/MAPI server.

I was wondering if anyone could recommend any alternatives to this ? We had initially tried WEBDAV which was good for reading information, but not writing.

JINTEGRA has an annoying licensing model that is constantly firing off license violations and requires us to manage separate licensed jars for every server and developer so we are looking to get away from them.

Thanks !

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

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

发布评论

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

评论(1

胡大本事 2024-08-28 23:31:21

一些选项:

  1. 您可以使用例如 jax-ws 或任何其他 Web 服务工具来使用 Exchange Web 服务(我认为从 Exchange 2007 开始)。我们这样做,但我们也从.net使用它们,
  2. 您可以使用javamail并通过IMAP访问交换,但您无权访问所有项目(联系人等),如果您只需要邮件,这很好(我们也这样做)
  3. 有一些开源项目,但从未使用过它们,因此无法保证它们,其中一个是 http://sourceforge .net/projects/j-xchange/

Some options:

  1. you can consume Exchange Web Services (starting with Exchange 2007 I think) with jax-ws for example or any other webservice tool. We do this but we consume them from .net too
  2. you can use javamail and access exchange via IMAP, but you don't have access to all items (Contacts etc), if you just need mails this is fine though (we do this too)
  3. there are some opensource projects but never used them so cannot vouch for them, one is http://sourceforge.net/projects/j-xchange/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文