Specifies the manner in which calls disconnected by the system are considered abandoned.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public GeneralConfigurationProperty<CampaignConfiguration..::..Property, AbandonInclusionMode> IncludeSystemHangupAsAbandon { get; }
Visual Basic
Public ReadOnly Property IncludeSystemHangupAsAbandon As GeneralConfigurationProperty(Of CampaignConfiguration..::..Property, AbandonInclusionMode)
	Get

Remarks

AfterDelay is NOT a valid option. Only Always and Never are allowed.

Exceptions

ExceptionCondition
InsufficientRightsExceptionThe user does not have permission to view the property.

See Also