Share via


RTC_PRESENCE_PROPERTY (Windows CE 5.0)

Send Feedback

This enumeration defines possible presence property types. This enumeration is available only for RTC 1.2 and later.

typedef enum RTC_PRESENCE_PROPERTY {   RTCPP_PHONENUMBER,   RTCPP_DISPLAYNAME,   RTCPP_EMAIL,  RTCPP_DEVICE_NAME,  RTCPP_MULTIPLE } RTC_PRESENCE_PROPERTY;

Elements

  • RTCPP_PHONENUMBER
    The presence property is a phone number.
  • RTCPP_DISPLAYNAME
    The presence property is a user's display name.
  • RTCPP_EMAIL
    The presence property is an e-mail address.
  • RTCPP_DEVICE_NAME
    The presence property is a device name.
  • RTCPP_MULTIPLE
    The presence property indicates that multiple presence properties were changed in the IRTCPresencePropertyEvent. This presence property cannot be set or retrieved; it is only used in the event. The IRTCPresencePropertyEvent is fired with this value when the application registers with the SIP server and publishes the presence document for this endpoint for the first time. This sets multiple presence properties simultaneously.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h.

See Also

RTC Client API Enumerations | IRTCPresencePropertyEvent

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.