Freigeben über


MimePart.SubtreeEnumerator.MoveNext Method

The MoveNext method makes the next MimPart object in this PartSubtree structure the current one.

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 MimePart.SubtreeEnumerator
Dim returnValue As Boolean

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

Return Value

Type: System.Boolean
The MoveNext method returns true if it successfully moved to the next MimePart object in this MimePart.PartSubtree structure. Otherwise, if the MimePart.PartSubtree is empty or if there are no more MimePart objects in it, the MoveNext method returns false.

Implements

IEnumerator.MoveNext()