Reputation: 21
Does anyone know how to read the contents of an instant message?
Upvotes: 0
Views: 1149
Reputation: 6955
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.
Upvotes: 1