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