Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
oldChild
Type: Microsoft.Exchange.Data.Mime.MimeNodeThe MimeNode object to remove.
Return value
Type: Microsoft.Exchange.Data.Mime.MimeNode