UCC_CONTACT_CARD_URL_TYPE 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 the API-supported URL types for a contact card category instance.

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

Syntax

'Declaration
Public Enumeration UCC_CONTACT_CARD_URL_TYPE
public enum UCC_CONTACT_CARD_URL_TYPE
public enum class UCC_CONTACT_CARD_URL_TYPE
public enum UCC_CONTACT_CARD_URL_TYPE
public enum UCC_CONTACT_CARD_URL_TYPE

Members

Member name Description
UCCCCUT_OTHER A flag to indicate that the API cannot determine the target to which the URL points. It could be the user's personal Web site.
UCCCCUT_SHAREPOINT A flag to indicate that the URL points to a SharePoint site.
UCCCCUT_UNKNOWN A flag to indicate that the URL is of a unknown type. The API sets this flag to indicate a failure to parse the URL. An application cannot set this flag in an publication of various contact card properties.
UCCCCUT_VOICEMAIL A flag to indicate the URL points to a user's voicemail.

Remarks

A contact card URL is a property of a contact card category instance. It indicates the origin of a contact card category instance. When creating a contact card URL category instance, an application must specify the type of the URL using one of the flags defined in this enumeration. Also see IUccPresenceContactCardAddress.CreateUrl.

Win32 COM/C++ Syntax

typedef enum UCC_CONTACT_CARD_URL_TYPE
{
   UCCCCUT_UNKNOWN = 0,
   UCCCCUT_SHAREPOINT,
   UCCCCUT_VOICEMAIL,
   UCCCCUT_OTHER
};

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