ContactEmailDictionaryValueCollectionGetEnumerator Method Ipswitch.Messaging.Framework
Returns an enumerator that iterates through the email address strings in the ContactEmailDictionary.ValueCollection.

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

public IEnumerator<EmailAddress> GetEnumerator()

Return Value

Type: IEnumeratorEmailAddress
An IEnumerator<string> that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also

Reference