ContactCard Members
Include Protected Members
Include Inherited Members
This class represents the contact card presence category which provides a details about a presentity such as display name, physical and email address, work information, personal web urls and phone numbers among others. Information on whether this presentity is an automaton or a regular user can also be found here.
The ContactCard type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ContactCard(Int64) | Create an instance of the ContactCard class. |
![]() |
ContactCard(PresenceCategoryWithMetaData) | Creates an instance of the ContactCard class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CategoryName | Gets the name of the category. (inherited from PresenceCategory) |
![]() |
Company | Gets or sets the name of the company that the Presentity belongs to. |
![]() |
Department | Gets or sets the department that the presentity belongs to. |
![]() |
Description | Gets or Sets the description of the Presentity |
![]() |
DisplayName | Gets or sets the display name on the contact card. |
![]() |
EmailAddress | Gets or sets the presentity's Email Id. |
![]() |
IconUri | Gets the icon uri of the PIC or federated contact. |
![]() |
InstanceId | Gets the instance id of the contact card. |
![]() |
IsAllowedToShowPhoto | Gets or sets the boolean value representing whether this presentity's photo should be displayed. |
![]() |
IsAutomatedService | Gets or Sets the value that indicates if presentity is a bot or automaton whose presence information rarely changes. |
![]() |
JobTitle | Gets or sets the presentity's Title. |
![]() |
OfficeLocation | Gets or sets the presentity's office. |
![]() |
PersonalWebUrl | Gets or sets the url of the personal website. |
![]() |
PhoneNumbers | Gets or Sets the presentity's phone numbers |
![]() |
PhotoHashValue | Gets the photo hash value. |
![]() |
PhotoUri | Gets or sets the uri indicating the web url of the photo. |
![]() |
PhysicalAddress | Gets or sets the address of the Presentity. |
![]() |
PresentityType | Gets or Sets the type of the Presentity (automaton/person/huntgroup/autoattendant). |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateExpiryPolicy | Creates an expiry policy. (Overrides PresenceCategory.CreateExpiryPolicy().) |
![]() |
CreateInstanceId | Returns the instance id (Overrides PresenceCategory.CreateInstanceId(RealTimeEndpoint).) |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetCategoryDataXml | Returns this instance of contact card as a serialized xml. (Overrides PresenceCategory.GetCategoryDataXml().) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top