Lync Model API Contacts and Groups Walkthroughs (Lync 2010 SDK)

The topics in this section demonstrate the following Microsoft Lync 2010 SDK contact and group programming tasks:

  • Search a global address book for a contact.

  • Request and display current contact presence information.

  • Change the privacy relationship between a contact and the local user.

  • Build a collection of contacts as a component of a user interface.

  • Create custom contact groups and manage group membership.

A local user's contact store resides on Microsoft Lync Server 2010 and is provisioned on a client using an asynchronous pattern where a client submits contact information requests to a server and the server responds with specific information.

Important

Lync Server 2010 can accept a request from a client for a subscription to contact presence. After a successful subscription, Lync Server 2010 sends presence information to a subscribing client after a user republishes presence information. After registering for presence-related events, the local client handles these events without taking any action beyond the initial subscription.

Walkthrough Examples

Walkthrough: Get a Contact by Uri or Telephone Number (Lync 2010 SDK)

Walkthrough: Search For a Contact (Lync 2010 SDK)

Walkthrough: Add, Remove, and Rename Custom Groups (Lync 2010 SDK)

Walkthrough: Expand a Distribution Group (Lync 2010 SDK)

Walkthrough: Fill a Contact List (Lync 2010 SDK)

Walkthrough: Add and Remove Contacts in a Group (Lync 2010 SDK)

Walkthrough: Get Current Contact Availability (Lync 2010 SDK)

Walkthrough: Change the Privacy Relationship of a Contact (Lync 2010 SDK)

Walkthrough: Display a Contact Card (Lync 2010 SDK)

See Also

Concepts

Lync Model API Conversation Walkthroughs (Lync 2010 SDK)