ContactEmailDictionary MethodsIpswitch.Messaging.Framework

The ContactEmailDictionary type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a new email address string to the dictionary with the specified key (name).
Public methodClear
Removes all elements from the ContactEmailDictionary
Public methodContainsKey
Determines whether or not the ContactEmailDictionary contains a email address 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 ContactEmailDictionary.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNonStandardEmailAddresses
Retrieves an enumerable collection of email address strings and names from the ContactEmailDictionary that are not one of the standard email addresses.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the email address with the specified key (name) from the ContactEmailDictionary.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTryGetValue
Gets the email address with the specified key (name).
Top
See Also

Reference