Contact Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a contact that can be published or organized into groups.
public ref class Contact sealed
public sealed class Contact
type Contact = class
Public NotInheritable Class Contact
- Inheritance
-
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.
Properties
ContactData |
Gets or sets the ContactData. |
ContactExtension |
Gets or sets the contact extension. |
DeltaNumber |
Gets the delta number associated with the contact. |
GroupIds |
Gets or sets the list of group IDs for the contact. |
Name |
Gets or sets the contact display name. |
Uri |
Gets the contact URI. |
Methods
ToString() |
Provides a string representation of the contact. |
Operators
Implicit(Contact to RealTimeAddress) |
Gets the RealTimeAddress of the contact. |
Extension Methods
GetIsSubscribed(Contact) | |
SetIsSubscribed(Contact, Boolean) |