Share via


ContactEndpointType Enumeration

Enumerates telephone number types

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

 typedef enum ContactEndpointType
 {
    ucContactEndpointTypeWorkPhone,
    ucContactEndpointTypeMobilePhone,
    ucContactEndpointTypeHomePhone,
    ucContactEndpointTypeOtherPhone,
    ucContactEndpointTypeLync,
    ucContactEndpointTypeVoiceMail
 };

Members

Member name Description
ucContactEndpointTypeWorkPhone
Work phone number.
ucContactEndpointTypeMobilePhone
Cell phone number.
ucContactEndpointTypeHomePhone
Home phone number.
ucContactEndpointTypeOtherPhone
Other phone number.
ucContactEndpointTypeLync
Contact SIP Address.
ucContactEndpointTypeVoiceMail
Contact voice mail SIP Address.

Remarks

See Also

UCCollaborationLib Namespace