MimeNode.GetEnumerator method

The GetEnumerator method returns an enumerator that can be used to iterate over the children of the MimeNode object.

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

Syntax

'Declaration
Public Function GetEnumerator As MimeNode.Enumerator(Of MimeNode)
'Usage
Dim instance As MimeNode
Dim returnValue As MimeNode.Enumerator(Of MimeNode)

returnValue = instance.GetEnumerator()
public MimeNode.Enumerator<MimeNode> GetEnumerator()

Return value

Type: Microsoft.Exchange.Data.Mime.MimeNode.Enumerator<MimeNode>

See also

Reference

MimeNode class

MimeNode members

Microsoft.Exchange.Data.Mime namespace