Creates a call interaction to 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#
string CreateCall(
	string target
)
Visual Basic
Function CreateCall ( _
	target As String _
) As String

Parameters

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

Return Value

The interaction ID of the created interaction, or an empty string if no interaction could be created.

See Also