Share via


RTC_USER_SEARCH_COLUMN

The RTC_USER_SEARCH_COLUMN enumeration gives information on the contact. The IRTCUserSearchResult::get_Value method uses a value of 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;

Constants

  • 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/location.
  • RTCUSC_PHONE
    The contact's main phone number.
  • RTCUSC_COMPANY
    The contact's company/employer.
  • RTCUSC_CITY
    The contact's city of residence.
  • RTCUSC_STATE
    The contact's state of residence.
  • RTCUSC_COUNTRY
    The contact's country/region of residence.
  • RTCUSC_EMAIL
    The contact's primary e-mail address.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.