CollaborationEndpointType Enumeration
Enumerates telephone number types
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum CollaborationEndpointType
{
ucCollaborationEndpointTypeWork,
ucCollaborationEndpointTypeMobile,
ucCollaborationEndpointTypeHome,
ucCollaborationEndpointTypeOther,
ucCollaborationEndpointTypeContact,
ucCollaborationEndpointTypeVoiceMemo
};
Members
Member name | Description | |
---|---|---|
ucCollaborationEndpointTypeWork |
Work phone number.
|
|
ucCollaborationEndpointTypeMobile |
Cell phone number.
|
|
ucCollaborationEndpointTypeHome |
Home phone number.
|
|
ucCollaborationEndpointTypeOther |
Other phone number.
|
|
ucCollaborationEndpointTypeContact |
Contact SIP Address.
|
|
ucCollaborationEndpointTypeVoiceMemo |
Contact voice mail SIP Address.
|