The type of number to be dialed when initiating a manual outbound call to a contact
Namespace: ININ.IceLib.Dialer.EnumsAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum ManualCallNumberType |
| Visual Basic |
|---|
Public Enumeration ManualCallNumberType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | A valid number type has not been assigned | |
| ContactColumnName | 1 | The call should be placed to a specific contact column, identified by name | |
| ContactColumnId | 2 | The call should be placed to a specific contact column, identified by contact column id | |
| PhoneNumber | 3 | The call should be placed to a custom phone number, not one of the existing contact columns |