Share via


MimeNode.RemoveChild Method

The RemoveChild method removes the specified child MimeNode object from 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 RemoveChild ( _
    oldChild As MimeNode _
) As MimeNode
'Usage
Dim instance As MimeNode
Dim oldChild As MimeNode
Dim returnValue As MimeNode

returnValue = instance.RemoveChild(oldChild)
public MimeNode RemoveChild(
    MimeNode oldChild
)

Parameters