MimeNode.Enumerator<T>.Reset method
The Reset method returns this MimeNode.Enumerator<T> to its initial state.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub Reset
'Usage
Dim instance As MimeNode.Enumerator
instance.Reset()
public void Reset()
See also
Reference
MimeNode.Enumerator<T> structure