ContactType 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 the contact types.
public enum class ContactType
public enum ContactType
type ContactType =
Public Enum ContactType
- Inheritance
-
ContactType
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Unknown | 0 | Contact type is unknown. |
Person | 1 | A regular contact. |
Huntgroup | 2 | A hunt group. |
AutoAttendant | 3 | An auto attendant. |
AutomatedBot | 4 | An automated agent (a bot). |