UCC_USER_SEARCH_COLUMN Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates user search result fields in a record

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_USER_SEARCH_COLUMN
public enum UCC_USER_SEARCH_COLUMN
public enum class UCC_USER_SEARCH_COLUMN
public enum UCC_USER_SEARCH_COLUMN
public enum UCC_USER_SEARCH_COLUMN

Members

Member name Description
UCCUSC_CITY The user search result record column showing the city of the user's address.
UCCUSC_COMPANY The user search result record column showing the user's company.
UCCUSC_COUNTRY The user search result record column showing the country of the user's address.
UCCUSC_DISPLAYNAME The user search result record column showing the user's display name.
UCCUSC_EMAIL The user search result record column showing the user's e-mail address.
UCCUSC_OFFICE The user search result record column showing the user's office location.
UCCUSC_PHONE The user search result record column showing the user's phone numbers.
UCCUSC_STATE The user search result record column showing the state of the user's address.
UCCUSC_TITLE The user search result record column showing the user's title.
UCCUSC_URI The user search result record column showing the user's URI.

Remarks

Win32 C++/COM Syntax

typedef enum UCC_USER_SEARCH_COLUMN
{
   UCCUSC_URI,
   UCCUSC_DISPLAYNAME,
   UCCUSC_TITLE,
   UCCUSC_OFFICE,
   UCCUSC_PHONE,
   UCCUSC_COMPANY,
   UCCUSC_CITY,
   UCCUSC_STATE,
   UCCUSC_COUNTRY,
   UCCUSC_EMAIL
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace