ContactAddressDictionaryRemove Method Ipswitch.Messaging.Framework
Removes the PostalAddress with the specified key (name) from the PostalAddressDictionary.

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

public bool Remove(
	string key
)

Parameters

key
Type: SystemString
The key (name) of the PostalAddress to remove.

Return Value

Type: Boolean
true if the PostalAddress is successfully removed; otherwise false. This method also returns false if the key was not found.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also

Reference