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
See also
Reference
EnvelopeRecipientCollection.Enumerator structure