ContactEmailDictionaryGetNonStandardEmailAddresses Method Ipswitch.Messaging.Framework
Retrieves an enumerable collection of email address strings and names from the ContactEmailDictionary that are not one of the standard email addresses.

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

public IEnumerable<KeyValuePair<string, EmailAddress>> GetNonStandardEmailAddresses()

Return Value

Type: IEnumerableKeyValuePairString, EmailAddress
An IEnumerable<KeyValuePair<string, string>> that can be used to iterate through the non-standard email address string elements in the ContactEmailDictionary.
See Also

Reference