ReadOnlyEnvelopeRecipientCollection.IEnumerable.GetEnumerator Method

The IEnumerable.GetEnumerator() method gets an enumerator that can be used to iterate over the collection.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
'Usage
Dim instance As ReadOnlyEnvelopeRecipientCollection
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: System.Collections.IEnumerator
The IEnumerable.GetEnumerator() method returns an IEnumerator object that can be used to iterate over the items in the collection.

Implements

IEnumerable.GetEnumerator()