ReadOnlyEnvelopeRecipientCollection.GetEnumerator Method

The GetEnumerator() method returns an enumerator that can be used to iterate over the items in the collection.

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

Syntax

'Declaration
Public MustOverride Function GetEnumerator As EnvelopeRecipientCollection.Enumerator
'Usage
Dim instance As ReadOnlyEnvelopeRecipientCollection
Dim returnValue As EnvelopeRecipientCollection.Enumerator

returnValue = instance.GetEnumerator()
public abstract EnvelopeRecipientCollection.Enumerator GetEnumerator()

Return Value

Type: Microsoft.Exchange.Data.Transport.EnvelopeRecipientCollection.Enumerator
The GetEnumerator() method returns an EnvelopeRecipientCollection.Enumerator instance that can be used to iterate over the items in the collection.