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

Thanks

link|improve this question

0% accept rate
If you're happy with the answer below, could you mark it as Accepted, to help anyone else browsing these questions? Cheers! – Paul Nearney Apr 21 '11 at 8:21
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.