The database tables associated with a contact list object.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
[FlagsAttribute]
public enum TableType
Visual Basic
<FlagsAttribute> _
Public Enumeration TableType

Members

Member nameValueDescription
ContactList1 The contact list table.
CallSchedule8 The call schedule table.
PhoneNumberDetails64 The phone number details table.
JIT256 The priority dialing (just-in-time) table.
DNCMetadata32768 DNC Metadata for a contact list.

See Also