ContactAddressDictionaryGetEnumerator Method Ipswitch.Messaging.Framework
Returns an enumerator that iterates through the items in the PostalAddressDictionary.

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

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

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also

Reference