ContactEmailDictionaryAdd Method Ipswitch.Messaging.Framework
Adds a new email address 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,
	EmailAddress emailAddress
)

Parameters

key
Type: SystemString
The key (name) of the email address being added.
emailAddress
Type: EmailAddress
The email address to add to the ContactEmailDictionary.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also

Reference