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?