Reputation: 548
Does anybody know how to capture the message that a sender sends the recipient in Lync using the Lync client? I know that this can be done via UI-Suppression, where I would handle both the sending and receiving but would like to do this only for specific conversation windows.
Ideally the user would be able to use Lync in normal. When a conversation is launched in my application it would get the information that the user sends to the other participant based on a specific context.
Thanks for the help!
Upvotes: 0
Views: 2136
Reputation: 9752
You should take a look at the Conversation Translator sample, it would allow you to intercept messages without suppressing the UI. There is a three part article series that walks you through the behavior of the translator:
While you have no need to translate the text you can capture the text that's sent according to the context rules you need.
Upvotes: 1