Specifies if a call is 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 enum AbandonControl
Visual Basic
Public Enumeration AbandonControl

Members

Member nameValueDescription
Unspecified0Whether the call was abandoned or not is not specified.
Abandoned1The call was abandoned.
NotAbandoned2The call was not abandoned.

See Also