RTC_USER_SEARCH_COLUMN (Windows CE 5.0)
This enumeration defines possible user search items for the contact. The IRTCUserSearchResult::Value method uses this enumeration.
typedef enum RTC_USER_SEARCH_COLUMN { RTCUSC_URI, RTCUSC_DISPLAYNAME, RTCUSC_TITLE, RTCUSC_OFFICE, RTCUSC_PHONE, RTCUSC_COMPANY, RTCUSC_CITY, RTCUSC_STATE, RTCUSC_COUNTRY, RTCUSC_EMAIL} RTC_USER_SEARCH_COLUMN;
Elements
- RTCUSC_URI
The contact's SIP URI. - RTCUSC_DISPLAYNAME
The contact's display name. - RTCUSC_TITLE
The contact's job title. - RTCUSC_OFFICE
The contact's office number and location. - RTCUSC_PHONE
The contact's main phone number. - RTCUSC_COMPANY
The contact's company and employer. - RTCUSC_CITY
The contact's city of residence. - RTCUSC_STATE
The contact's state of residence. - RTCUSC_COUNTRY
The contact's country or region of residence. - RTCUSC_EMAIL
The contact's primary e-mail address.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCUserSearchResult::Value
Send Feedback on this topic to the authors