Dials the specified target.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
void Dial(
	string target
)
Visual Basic
Sub Dial ( _
	target As String _
)

Parameters

target
Type: System..::..String
The dial target. Examples include "555-1234", "(123) 555-1234", and "+41225551234".

See Also