ContactManager Class
The contact manager class is used to add, remove, and update contacts and their properties. The contact manager is also used to access Lync contact list groups.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
UCWBase
UCWFull
Microsoft.Lync.Model.ContactManager
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Class ContactManager _
Inherits UCWFull
'Usage
Dim instance As ContactManager
public class ContactManager : UCWFull
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.