标签: office-communicator
有谁知道如何阅读即时消息的内容?
答案 0 :(得分:1)
如果您使用的是Communicator Automation API(而不是Unified Comms Client API),并希望从对话窗口中获取对话文本历史记录,则George Durzi有一个很好的blog post对此。
基本思想是捕获OnIMWindowCreated事件,然后轮询窗口的History属性,寻找更改。