ContactEmailDictionaryItem Property Ipswitch.Messaging.Framework
Gets or sets the email address 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 EmailAddress this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key (name) of the email address to get or set.

Return Value

Type: EmailAddress
The email address in the ContactEmailDictionary that is associated with the specified key (name).

Implements

IDictionaryTKey, TValueItemTKey
See Also

Reference