ContactCard Class
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.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.Presence.PresenceCategory
Microsoft.Rtc.Collaboration.Presence.ContactCard
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class ContactCard _
Inherits PresenceCategory
'Usage
Dim instance As ContactCard
public class ContactCard : PresenceCategory
Remarks
When subscribing to remote presentities, this category is automated requested for.
Bots or automatons whose presence rarely changes and would like watchers on Lync or UCMA 3.0 based endpoints can publish their contact card instance with IsAutomatedService set to true.
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.
See Also
Reference
Microsoft.Rtc.Collaboration.Presence Namespace