ContactItemsGetEnumerator Method Ipswitch.Messaging.Framework
Returns an enumerator that iterates through the contacts in the ContactFolder.

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

public IEnumerator<Contact> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also

Reference