UCC_CONTACT_CARD_PHONE_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 phone 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_PHONE_TYPE
public enum UCC_CONTACT_CARD_PHONE_TYPE
public enum class UCC_CONTACT_CARD_PHONE_TYPE
public enum UCC_CONTACT_CARD_PHONE_TYPE
public enum UCC_CONTACT_CARD_PHONE_TYPE

Members

Member name Description
UCCCCPT_FAX A flag to indicate that a phone number is a fax number.
UCCCCPT_HOME A flag to indicate that a phone number is for a home phone.
UCCCCPT_MOBILE A flag to indicate that a phone number is for a cell phone.
UCCCCPT_OTHER A flag to indicate that a phone number is for some other phone.
UCCCCPT_UNKNOWN A flag to indicate that a phone number is for an unknown phone.
UCCCCPT_WORK A flag to indicate that a phone number is for a work phone.

Remarks

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

Win32 COM/C++ Syntax

typedef enum UCC_CONTACT_CARD_PHONE_TYPE
{
   UCCCCPT_UNKNOWN = 0,
   UCCCCPT_WORK,
   UCCCCPT_HOME,
   UCCCCPT_FAX,
   UCCCCPT_MOBILE,
   UCCCCPT_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