Description
The MakeCall method places a call to the specified destination address.
[Visual Basic]
Function MakeCall( PhoneNumber As String ) As TAPICall
[C#]
public TAPICall MakeCall ( System.String PhoneNumber )
Parameters
- PhoneNumber
- Destination address. This follows the standard dialable number format.
Return values
If the function succeeds, it returns the reference TAPICall.
Remarks
This method can only perform on line which is opened.
See Also
TAPILine.Open, TAPICall, standard dialable number format.
Support editions



