The type of number to be dialed when initiating a manual outbound call to a contact

Namespace: ININ.IceLib.Dialer.Enums
Assembly: 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 nameValueDescription
Unknown0A valid number type has not been assigned
ContactColumnName1The call should be placed to a specific contact column, identified by name
ContactColumnId2The call should be placed to a specific contact column, identified by contact column id
PhoneNumber3The call should be placed to a custom phone number, not one of the existing contact columns

See Also