RTC_PRESENCE_PROPERTY
This enumeration defines possible presence property types.
Note 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 represents multiple characteristics.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.