I'm coding IM Presence information into one of my companies silverlight applications. So far, the only solution I've found is one on CodePlex (Silverlight.OCS). It's "okay", but it's extremely dated.
The Lync SDK makes it obnoxiously easy to get Presence information inside silverlight. Unfortunately, 99% of the users on our network are still on OFfice Communicator (R2), so using the out-of-the-box Lync method (controls:PresenceIndicator... in xaml) cannot work.
So, I'm curious if the Lync SDK contains a way to communicate with Office Communicator?
If so, how would I a) check what client is running and then b) connect to that client - be it Lync or Communicator. Any help is very much appreciated! Last but not least - I'm looking for C# code if at all possible. Thanks!
NameCtrl
ActiveX control. You can get presence from it. – Bacterin