0

I am trying to develope an application that will help me import my contacts to lync 2010.

I am doing this program in VB.NET using the Lync 2010 SDK.

I am able to get all the users from the lync client to my application, but i am really struggling to find an solution to how i can add an contact to my lync client using my application. Is this possible? If so, can anyone help me out? :)

Thank you :)

ImmortalJ
  • 3
  • 2

1 Answers1

0

This would be a good starting point: Walkthrough: Add and Remove Contacts in a Group (Lync 2010 SDK)

w5l
  • 5,341
  • 1
  • 25
  • 43
  • Hi, thank you. But that only tells me how to add them to groups, i am trying to import contacts to lync. – ImmortalJ Dec 08 '12 at 11:41