MimeNode.AppendChild method

The AppendChild method puts a MimeNode object onto the end of the list of children that belong to this MimeNode object.

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

Syntax

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

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

Parameters

Return value

Type: Microsoft.Exchange.Data.Mime.MimeNode

See also

Reference

MimeNode class

MimeNode members

Microsoft.Exchange.Data.Mime namespace