The ManualOutboundCallParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ManualOutboundCallParameters | Initializes a new instance of the ManualOutboundCallParameters class |
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetContactColumn(Int64) |
This utility method can be used when the call should placed to an existing contact column and you know the contact column id
| |
SetContactColumn(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
| |
SetPhoneNumber |
This utility method can be used when the call should placed to a custom phone number not already associated with the contact
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Campaign | The campaign for which the call should be initiated | |
Identity | The I3_Identity of the contact to which the call should be placed | |
IgnoreCampaignOwnership | Ignore campaign ownership on the campaign when attempting to place the call | |
IgnoreDailyLimit | Ignore any daily limit configuration on the campaign when attempting to place the call | |
IgnoreDNC | Ignore DNC on the campaign when attempting to place the call | |
IgnoreFilter | Ignore any filter associated with the campaign when attempting to locate the contact record | |
IgnoreMinimumSpacing | Ignore the minimum time between dials configuration on the campaign when attempting to place the call | |
IgnoreQueryTimeFilter | Ignore the query-time (PND) filter associated with the campaign when attempting to locate the contact's phone number data | |
IgnoreSkills | Ignore any skill configuration on the campaign when attempting to load the contact record | |
IgnoreZoneBlocking | Ignore the time zone configuration on the campaign when attempting to load the contact record | |
NumberType | How NumberValue should be interpreted | |
NumberValue | A value that determines which phone number will be called, depending on NumberType |