MobileForms Toolkit Documentation

Phone.AddSpedDial Method 

Adds a speed dial entry

public static bool AddSpedDial(
int entry,
string name,
string number
);

Parameters

entry
The speed dial entry index. Currently an entry between 2 and 99 (inclusive) is valid.
name
The non-empty display name for the speed dial entry
number
The non-empty tel# to be dialed

Return Value

true, if the entry were stored; false, otherwise

Remarks

Calling this method will cause existing entries to be overwritten.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The entry index is out of range - it must be a number between 2 and 99 (inclusive).

See Also

Phone Class | Resco.Phone Namespace