Partager via


ICtiCallStateManager.DirectDialOut(String) Method

Definition

Checks whether the direct dial out was successful.

public:
 bool DirectDialOut(System::String ^ numberToDial);
public bool DirectDialOut (string numberToDial);
abstract member DirectDialOut : string -> bool
Public Function DirectDialOut (numberToDial As String) As Boolean

Parameters

numberToDial
String

Specifies the number to dial.

Returns

True if the dial out was successful, otherwise false.

Applies to