Microsoft Office Communicator Automation API 2007 和接收即时消息

发布于 2024-09-30 14:44:45 字数 24 浏览 6 评论 0原文

有谁知道如何读取即时消息的内容吗?

Does anyone know how to read the contents of an instant message?

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

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

发布评论

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

评论(1

美男兮 2024-10-07 14:44:45

如果您使用的是 Communicator Automation API(而不是 Unified Comms Client API),并且想要从对话窗口获取对话文本历史记录,则 George Durzi 拥有出色的关于此的博客文章

基本思想是捕获 OnIMWindowCreated事件,然后轮询该事件的 History 属性窗口,寻找变化。

If you are using the Communicator Automation API (as opposed to the Unified Comms Client API), and want to get the conversation text history from the conversation window, then George Durzi has an excellent blog post on this.

The basic idea is that you capture the OnIMWindowCreated event, then poll the History property of the window, looking for changes.

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