Partager via


MimeNode.Enumerator<T>.MoveNext Method

The MoveNext method moves to the next object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

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

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

Return Value

Type: System.Boolean
The MoveNext method returns true if there was another object to move to.

Implements

IEnumerator.MoveNext()