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 RemoveFromParent method removes this MimeNode object from its parent.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub RemoveFromParent
'Usage
Dim instance As MimeNode
instance.RemoveFromParent()
public void RemoveFromParent()
Remarks
When the RemoveFromParent method is called on a MimeNode that has no parent, the method has no effect.