RemotePresentityNotification 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.
This class represents the presence information of a remote presentity.
public ref class RemotePresentityNotification
public class RemotePresentityNotification
type RemotePresentityNotification = class
Public Class RemotePresentityNotification
- Inheritance
-
RemotePresentityNotification
Remarks
This is used as a parameter in RemotePresentitiesNotificationEventArgs denoting the presence data of a single target. When a property representing the strongly typed categories of ContactCard, ServiceCapabilities, AggregatedPresenceState, OutOfOfficeNote and PersonalNote is null, either there have been no notifications for that property or there were exceptions when parsing their entries in the notification.
Properties
AggregatedPresenceState |
Gets the overall availability of this presentity. |
Categories |
Gets the list of rich presence categories for the target. |
ContactCard |
Gets the contact card of the remote presentity. |
OutOfOfficeNote |
Gets any out-of-office note published by this presentity. |
PersonalNote |
Gets any personal note published by this presentity. |
PresentityUri |
Gets the target URI. |
ServiceCapabilities |
Gets the capabilities. |
SourceNetwork |
Gets the source network for this presence data notification. |