RTC_USER_SEARCH_COLUMN

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible user search items for the contact. The IRTCUserSearchResult::Value method uses this enumeration.

Syntax

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

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCUserSearchResult::Value