Indicates whether to make a phone call or not.
[Visual Basic .NET] Public WriteOnly Property MakeCall As Boolean |
[C#] public bool MakeCall {set;} |
Remarks
You can use LineStatus event to monitor the status of call or wait-for-call process.
See Also