Partager via


ICtiControl.MakeOutboundCall(CtiCommandRequest) Method

Definition

Dials an out bound number.

public:
 bool MakeOutboundCall(Microsoft::Uii::Desktop::Cti::Core::CtiCommandRequest ^ commandData);
public bool MakeOutboundCall (Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest commandData);
abstract member MakeOutboundCall : Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest -> bool
Public Function MakeOutboundCall (commandData As CtiCommandRequest) As Boolean

Parameters

commandData
CtiCommandRequest

Specifies additional command data to do a new call.

Returns

True if the outbound call was successful, otherwise false.

Applies to