ContactEmailDictionaryGetEnumerator Method Ipswitch.Messaging.Framework
Returns an enumerator that iterates through the items in the ContactEmailDictionary.

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

public IEnumerator<KeyValuePair<string, EmailAddress>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, EmailAddress
An IEnumerator<KeyValuePair<string, string>> that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also

Reference