Share via


EnvelopeRecipientCollection.Enumerator.MoveNext Method

The MoveNext method advances the enumerator to the next element in the collection.

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

Syntax

'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As EnvelopeRecipientCollection.Enumerator
Dim returnValue As Boolean

returnValue = instance.MoveNext()
public bool MoveNext()

Return Value

Type: System.Boolean

Implements

IEnumerator.MoveNext()