Microsoft Office Communicator Automation API 2007 和接收即时消息
有谁知道如何读取即时消息的内容吗?
Does anyone know how to read the contents of an instant message?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 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.