ContactEndpointType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates collaboration endpoint types.
public enum class ContactEndpointType
public enum ContactEndpointType
type ContactEndpointType =
Public Enum ContactEndpointType
- Inheritance
-
ContactEndpointType
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
WorkPhone | 0 | Contact's work phone number. |
MobilePhone | 1 | Contact's mobile phone number. |
HomePhone | 2 | Contact's home phone number. |
OtherPhone | 3 | Contact's other phone number. |
Lync | 4 | Contact's SIP address. |
VoiceMail | 5 | Contact's voice memo SIP address. |