ContactAddressDictionaryAdd Method Ipswitch.Messaging.Framework
Adds a new PostalAddress 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,
	PostalAddress address
)

Parameters

key
Type: SystemString
The key (name) of the PostalAddress being added.
address
Type: Ipswitch.Messaging.FrameworkPostalAddress
The PostalAddress to add to the PostalAddressDictionary.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also

Reference