My requirement is I need to create a windows service which retrieves the Lync presence status(Available, Busy, Do not disturb ....) of each user in the Active directory.
I googled and found that below SDKs can retrieve the Lync Presence. Lync Client 2010 SDK, Unified Communications Managed API, Lync Server 2010 SDK, Unified Communications Client API.
Please suggest the best SDK among them to achieve my requirement.
Thanks in Advance.
I also tried to find the presence state of the User and come out with the below code to achieve this requirement.
and _RemotePresence_PresenceNotificationReceived event
I hope this was the answer you are looking otherwise correct me if i was wrong.