Enumerates the possible types a contact can
be.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public enum ContactType |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 |
Contact type is unknown.
|
|
Person | 1 |
A human contact.
|
|
Huntgroup | 2 |
A hunt group.
|
|
AutoAttendant | 3 |
An auto attendant.
|
|
AutomatedBot | 4 |
An automated agent (a bot).
|
|
Invalid | -1 |