ICtiCallStateManager.DirectDialOut(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.