Share via


MimeNode.PrependChild Method

The PrependChild method puts a MimeNode at the start of the list of the children of this MimeNode object.

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

Syntax

'Declaration
Public Function PrependChild ( _
    newChild As MimeNode _
) As MimeNode
'Usage
Dim instance As MimeNode
Dim newChild As MimeNode
Dim returnValue As MimeNode

returnValue = instance.PrependChild(newChild)
public MimeNode PrependChild(
    MimeNode newChild
)

Parameters