The ManualOutboundCallParameters type exposes the following members.

Constructors

  NameDescription
Public methodManualOutboundCallParameters
Initializes a new instance of the ManualOutboundCallParameters class

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 methodSetContactColumn(Int64)
This utility method can be used when the call should placed to an existing contact column and you know the contact column id
Public methodSetContactColumn(String)
This utility method can be used when the call should placed to an existing contact column and you know the contact column's name
Public methodSetPhoneNumber
This utility method can be used when the call should placed to a custom phone number not already associated with the contact
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCampaign
The campaign for which the call should be initiated
Public propertyIdentity
The I3_Identity of the contact to which the call should be placed
Public propertyIgnoreCampaignOwnership
Ignore campaign ownership on the campaign when attempting to place the call
Public propertyIgnoreDailyLimit
Ignore any daily limit configuration on the campaign when attempting to place the call
Public propertyIgnoreDNC
Ignore DNC on the campaign when attempting to place the call
Public propertyIgnoreFilter
Ignore any filter associated with the campaign when attempting to locate the contact record
Public propertyIgnoreMinimumSpacing
Ignore the minimum time between dials configuration on the campaign when attempting to place the call
Public propertyIgnoreQueryTimeFilter
Ignore the query-time (PND) filter associated with the campaign when attempting to locate the contact's phone number data
Public propertyIgnoreSkills
Ignore any skill configuration on the campaign when attempting to load the contact record
Public propertyIgnoreZoneBlocking
Ignore the time zone configuration on the campaign when attempting to load the contact record
Public propertyNumberType
How NumberValue should be interpreted
Public propertyNumberValue
A value that determines which phone number will be called, depending on NumberType

See Also