The ContactEmailDictionary type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a new email address string to the dictionary with the specified key (name).
|
![]() | Clear |
Removes all elements from the ContactEmailDictionary
|
![]() | ContainsKey |
Determines whether or not the ContactEmailDictionary contains a email address with the specified key (name).
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the items in the ContactEmailDictionary.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNonStandardEmailAddresses |
Retrieves an enumerable collection of email address strings and names from the ContactEmailDictionary
that are not one of the standard email addresses.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove |
Removes the email address with the specified key (name) from the ContactEmailDictionary.
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue |
Gets the email address with the specified key (name).
|
See Also