Contact Class
Represents a contact that can be published or organized into groups.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.ContactsGroups.Contact
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public NotInheritable Class Contact
'Usage
Dim instance As Contact
public sealed class Contact
Remarks
A contact represents a unified communications user who is identified by a SIP URI. The endpoint owner can add, remove, or modify properties of a contact or organize them into logical entities called groups. Contacts can belong to more than one Group.
Adding someone as a contact does not automatically indicate that their presence information is subscribed to.
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.