ContactPhoneDictionaryAdd Method Ipswitch.Messaging.Framework
Adds a new phone number string to the dictionary with the specified key (name).

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public void Add(
	string key,
	string phoneNumber
)

Parameters

key
Type: SystemString
The key (name) of the phone number being added.
phoneNumber
Type: SystemString
The phone number to add to the PhoneNumberDictionary.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also

Reference