Hi,
I am creating a BOT to send notifications out to Lync Client(s). It is extending an alerting WCF application that already sends emails, pages, etc.. The BOT will send the IM but doesn't need a response from the Lync Client(s). We would
like to track that the Lync CLient received the message. I have a sample App up an running using the UCMA 3.0 SDK and Lync Server 2010. The sample sends an IM using InstantMessagingCall with a SIP as the destinationURI. Looks like to
send IMs to many SIPs I will need to create a new Thread for each InstantMessgeCall. And write code to manage each Thread to wait for the Lync Client to accept the message and end the thread or kill the Thread if the IM
is not accepted by the Lync Client. I haven't seen this mentioned in any of the discussions on BOTs or any of the UCMA Samples that I have seen. Can anyone confirm? Thanks.