I have a test application using the Lync 2010 SDK in full UI suppressed mode. I am trying to build a simple instant-messaging client. I can send messages/text okay (for example to a non UI suppressed Microsoft Lync 2010 client), but I cannot receive any messages. By that I mean the events IsTypeChanged and InstantMessageReceived are not raised. They do get raised, however, when the test app sends messages.

Is there anything that I am missing to allow messages to pass?

link|improve this question
Hard to say without seeing your app - can you post up the code you're using? – Paul Nearney Mar 28 '11 at 20:04
6  
I apologize. Kind of solved the problem. I realized that I was not subscribing the SelfParticipant Modality to the events. I didn't see it initially because this behavior is slightly different handling from the Audio/Video modalities. Thank you anyway though. – Ken Forsythe Mar 28 '11 at 20:27
feedback

closed as too localized by casperOne Dec 14 '11 at 16:15

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.