CtiCallStateManager.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:
virtual bool DirectDialOut(System::String ^ numberToDial);
public virtual bool DirectDialOut (string numberToDial);
abstract member DirectDialOut : string -> bool
override this.DirectDialOut : string -> bool
Public Overridable Function DirectDialOut (numberToDial As String) As Boolean
Parameters
- numberToDial
- String
Specifies the number to call.
Returns
True
if the dial out was successful, otherwise false
.