用于 Java 的 Office 通信器 API

发布于 2025-01-07 09:19:49 字数 118 浏览 0 评论 0原文

我需要从java应用程序(没有javascript)联系microsoft office communicator。我需要获取联系人 ID 并通过通信器 ping 他们。是否有任何 Jars 可以执行此操作。 提前致谢 。

I need to contact the microsoft office communicator from a java application(without javascript). I require to get the contact id and ping them back through communicator.Is there is any Jars for doing this.
Thanks in advance .

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

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

发布评论

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

评论(1

空袭的梦i 2025-01-14 09:19:49

Office Communator 没有特定的 java API。

如果您的应用程序是客户端,并且您非常了解访问 COM 对象(特定于 Windows),则有一个名为 的 API Jacob 通过它,您可以访问 Communicator 客户端 COM 对象来执行任务

Communicator http://msdn.microsoft.com/en- us/library/lync/bb758755(v=office.12).aspx

如果您的应用程序是服务器,那么您可以Web 服务 连接到 OCS 服务器。

There is no specific java API for office communicator.

If your application is a client and you are well aware of accessing COM objects (Specific to windows) there is an API called Jacob through which you can access communicator client COM objects to do your task

COM Reference API for Communicator http://msdn.microsoft.com/en-us/library/lync/bb758755(v=office.12).aspx

If your application is a server then you can this web services to connect to the OCS server.

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