ContactPhoneDictionaryItem Property Ipswitch.Messaging.Framework
Gets or sets the phone number 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 string this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key (name) of the phone number to get or set.

Return Value

Type: String
The phone number in the PhoneNumberDictionary that is associated with the specified key (name).

Implements

IDictionaryTKey, TValueItemTKey
See Also

Reference