The DNCRecord type exposes the following members.

Constructors

  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.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDateTimeOffsetBeforeNextDial
The amount of time in the future that the DNC record will be excluded from dialing.
Public propertyExclusionIdentifier
The Exclusion Identifier to add to the DNC table. This typically would be a value that would match up with a Call List column entry to exclude a record at that level, instead of the Phone Number level.
Public propertyPhoneNumber
The phone number to add to the DNC table.

See Also