MobileForms Toolkit Documentation

Phone.MakeCall Method 

Places the phone call, using the specified phone number and callee name, with a precautionary prompt for verification to proceed (a last chance to make sure you’ve got the right number).

public static bool MakeCall(
string number,
string name,
bool prompt
);

Parameters

number
The phone number to dial
name
The name of the called party (can be null)
prompt
Indicates whether to prompt the user, asking for permission to proceed with placing the call.

Return Value

true, if the phone call request was initiated; false, if an error occured.

See Also

Phone Class | Resco.Phone Namespace