Lync - How to retrieve contact list from lync in xcode?
-
Tuesday, August 14, 2012 1:33 AM
Hi,
I just create a simple app using xcode. I learn and modify the IPJSUA project from PJSIP. The app is work properly, using a free SIP or user from lync server that I already set up at the server. I can make a call and send IM.
But, now I'm trying to retrieve all contact list in lync server. What I mean is, there is not a good idea for a new staff to add the other user one by one in the same company. So, I'm thinking to display all the contact list because they are working in the same company. I search on google, but I found nothing. Is there any way to retrieve the contact list from lync using my app? Does lync provide any API to help me to retrieve the contact list? or should I create my own API?
Any clue? thanks.
All Replies
-
Tuesday, August 14, 2012 10:46 PMIf you use the the lync client sdk, you can retrieve your contact list.
David Moy - Lync Client SDET
- Marked As Answer by Kai Strandskov [Msft]Owner Tuesday, August 14, 2012 11:18 PM
- Unmarked As Answer by Alfred Ang Thursday, August 16, 2012 1:40 AM
-
Thursday, August 16, 2012 1:40 AM
Hi, thanks for your answer, but how can xcode using the lync client sdk?
Does microsoft provide the lync client sdk for xcode? Or should I use api? I mean I create the services.

