TAPIEx.NET Component Documentation

Dial Method

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

None.

See Also

MakeCall

Support editions