Description
The Dial method Dials the specified dialable number.
[Visual Basic]
Function Dial(DestAddr As String) As Boolean
[C#]
public Boolean Dial(void);
Parameters
- DestAddr
- The destination to be dialed using the standard dialable number format.
Return values
- If the method succeeds, return TRUE, otherwise return FALSE.
Remarks
See Also
Support editions



