ContactAddressDictionaryContainsKey Method Ipswitch.Messaging.Framework
Determines whether or not the PostalAddressDictionary contains a PostalAddress 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 bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The key (name) to locate in the PostalAddressDictionary.

Return Value

Type: Boolean
true if a PostalAddress with the specified key (name) is found; otherwise, false.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also

Reference