Constructs a DNC Record to be passed into one of the AddEntryToDNCTable functions. The combination of the phone number/exclusion identifier will not be dialed in the future by a campaign referencing the DNC table.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public DNCRecord( string phoneNumber, string exclusionIdentifier ) |
Visual Basic |
---|
Public Sub New ( _ phoneNumber As String, _ exclusionIdentifier As String _ ) |
Parameters
- phoneNumber
- Type: System..::..String
The phone number to add to the DNC table.
- exclusionIdentifier
- Type: System..::..String
The identifier to add to the DNC table. This field is meant to be used to identify the record at the account level, as opposed to the Phone Number level. When mixed, the DNC will apply to the combination of the account and phone number.