Indicates whether Extension (if exists) will to be included while Interaction Centers dials this number.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public bool AutoDialExtension { get; }
Visual Basic
Public ReadOnly Property AutoDialExtension As Boolean
	Get

Field Value

Returns true if Extension should be auto dialed; otherwise, false.

Remarks

NormalizedText will look like '+18004562354/^1234' when this property is set to true.

NormalizedText will look like '+18004562354^1234' when this property is set to false.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.

See Also