Share via


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.

See also

Reference

ReadOnlyEnvelopeRecipientCollection class

ReadOnlyEnvelopeRecipientCollection members

Microsoft.Exchange.Data.Transport namespace