In The Hand LtdIn The Hand
AddSpeedDial Method (key, displayName, telephoneNumber)
NamespacesInTheHand.WindowsMobile.TelephonyPhoneAddSpeedDial(Int32, String, String)
.NET Components for Mobility
Adds an entry to the speed dial list.
Declaration Syntax
C#Visual Basic
public static void AddSpeedDial(
	int key,
	string displayName,
	string telephoneNumber
)
Public Shared Sub AddSpeedDial ( _
	key As Integer, _
	displayName As String, _
	telephoneNumber As String _
)
Parameters
key (Int32)
The key sequence which will dial the new entry. If a speed dial entry already exists with the same key sequence, it will be overwritten.
displayName (String)
The display name of the speed dial entry to be added.
telephoneNumber (String)
The telephone number of the speed dial entry to be added.
Remarks
Requirements
Windows Mobile
Windows Mobile Version 5.0 and later (Not Classic Edition)

Assembly: InTheHand.WindowsMobile.Telephony (Module: InTheHand.WindowsMobile.Telephony) Version: 7.0.0.0