Overload List

  NameDescription
Public methodDNCRecord()()()()
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.
Public methodDNCRecord(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.
Public methodDNCRecord(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.
Public methodDNCRecord(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.

See Also