The ManualOutboundCallStatusEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyCampaignOwnershipBlocked
Whether or not the contact was blocked by the Campaign Ownership setting. This property only applies if Status is ContactBlocked
Public propertyCancelled
Gets a value indicating whether an asynchronous operation has been canceled.
(Inherited from AsyncCompletedEventArgs.)
Public propertyDailyLimitBlocked
Whether or not the contact was blocked by the daily limits. This property only applies if Status is ContactBlocked
Public propertyDNCBlocked
Whether or not the contact was blocked by DNC setting. This property only applies if Status is ContactBlocked
Public propertyError
Gets a value indicating which error occurred during an asynchronous operation.
(Inherited from AsyncCompletedEventArgs.)
Public propertyFilterBlocked
Whether or not the contact was blocked by the filter. This property only applies if Status is ContactBlocked
Public propertyIdentity
The i3_identity of the contact for which the call was initiated
Public propertyMinimumSpacingBlocked
Whether or not the contact was blocked by the minimum time between dials setting. This property only applies if Status is ContactBlocked
Public propertyPreviouslyDialed
Whether or not the call was previously dialed since the last call list recycle. This property only applies if Status is ContactBlocked
Public propertyQueryTimeFilterBlocked
Whether or not the contact was blocked by the QueryTimeFilter. This property only applies if Status is ContactBlocked
Public propertySkillBlocked
Whether or not the contact was blocked due to skills. This property only applies if Status is ContactBlocked
Public propertyStatus
The status of the call
Public propertyUncallableStatus
Uncallable contact status. This property only applies if Status is ContactUncallable
Public propertyUserState
Gets the unique identifier for the asynchronous task.
(Inherited from AsyncCompletedEventArgs.)
Public propertyZoneBlocked
Whether or not the contact was blocked due to time zone settings. This property only applies if Status is ContactBlocked

See Also