Adds an entry to the DNC table. This function will place the account identifier and phone number into the DNC table such that the combination of the two will be prohibited from being called by Campaigns which use the given dncSource until the expiration date/time occurs. This set of functions take a Do-Not-Call source as a basis for placing the information into 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 bool AddEntryToDNC(
	DNCSourceConfiguration dncConfiguration,
	DNCRecord dncRecord
)
Visual Basic
Public Function AddEntryToDNC ( _
	dncConfiguration As DNCSourceConfiguration, _
	dncRecord As DNCRecord _
) As Boolean

Parameters

dncConfiguration
Type: ININ.IceLib.Configuration.Dialer..::..DNCSourceConfiguration
dncRecord
Type: ININ.IceLib.Configuration.Dialer..::..DNCRecord
The DNC Record object which defines the values to add to the DNC table.

Return Value

Boolean representing the function's successful return.

See Also