ContactAddressDictionary MethodsIpswitch.Messaging.Framework

The ContactAddressDictionary type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a new PostalAddress to the dictionary with the specified key (name).
Public methodClear
Removes all elements from the PostalAddressDictionary
Public methodContainsKey
Determines whether or not the PostalAddressDictionary contains a PostalAddress with the specified key (name).
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the items in the PostalAddressDictionary.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNonStandardAddresses
Retrieves an enumerable collection of PostalAddresses and names from the PostalAddressDictionary that are not one of the standard addresses (home, business and other).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the PostalAddress with the specified key (name) from the PostalAddressDictionary.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTryGetValue
Gets the PostalAddress with the specified key (name).
Top
See Also

Reference