Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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