Overload List
Name | Description | |
---|---|---|
DNCRecord()()()() |
Constructs a DNC Record to be passed into one of the AddEntryToDNCTable functions. Prior to calling a DNCUpdate function, at least one of either the PhoneNumber or ExclusionIdentifier must be defined. DateTimeOffsetBeforeNextDial is optional.
| |
DNCRecord(String) |
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.
| |
DNCRecord(String, String) |
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.
| |
DNCRecord(String, String, TimeSpan) |
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 for the length of time passed into the dateTimeOffsetBeforeNextDial parameter. At least one of either the phoneNumber or exclusionIdentifier parameters are required and the dateTimeOffsetBeforeNextDial parameter is optional.
|