Compartir a través de


AttachmentCollection.Enumerator.MoveNext Method

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

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

Syntax

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

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

Return Value

Type: System.Boolean
The MoveNext method returns true if the operation was successful; otherwise, the method returns false.

Implements

IEnumerator.MoveNext()