Represents a contact that can be published or organized into groups.

Namespace:  Microsoft.Rtc.Collaboration.ContactsGroups
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
NotInheritable 
Class 
Contact
C#
public 
sealed 
class 
Contact
Visual C++
public 
ref class 
Contact 
sealed
JavaScript

Microsoft.Rtc.Collaboration.ContactsGroups.Contact = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.ContactsGroups.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.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.ContactsGroups . . :: . Contact

See Also