Constructs a DNC Record to be passed into one of the AddEntryToDNCTable functions. The phone number will not be dialed in the future by a campaign referencing the DNC table.

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#
public DNCRecord(
	string phoneNumber
)
Visual Basic
Public Sub New ( _
	phoneNumber As String _
)

Parameters

phoneNumber
Type: System..::..String
The phone number to add to the DNC table.

See Also