UCC_CONTACT_CARD_ADDRESS_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 address types appearing in a contact card.

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

Syntax

'Declaration
Public Enumeration UCC_CONTACT_CARD_ADDRESS_TYPE
public enum UCC_CONTACT_CARD_ADDRESS_TYPE
public enum class UCC_CONTACT_CARD_ADDRESS_TYPE
public enum UCC_CONTACT_CARD_ADDRESS_TYPE
public enum UCC_CONTACT_CARD_ADDRESS_TYPE

Members

Member name Description
UCCCCAT_HOME A flag to indicate that the address is for home.
UCCCCAT_OTHER A flag to indicate that the address is some other location.
UCCCCAT_UNKNOWN A flag to indicate that the address type is unknown.
UCCCCAT_WORK A flag to indicate that the address is for work.

Remarks

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

Win32 COM/C++ Syntax

typedef enum UCC_CONTACT_CARD_ADDRESS_TYPE
{
   UCCCCAT_UNKNOWN = 0,
   UCCCCAT_WORK,
   UCCCCAT_HOME,
   UCCCCAT_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