Share via


MimeNode.GetParentDocument Method

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

Syntax

'Declaration
Protected Shared Function GetParentDocument ( _
    node As MimeNode, _
    <OutAttribute> ByRef treeRoot As MimeNode _
) As MimeDocument
'Usage
Dim node As MimeNode
Dim treeRoot As MimeNode
Dim returnValue As MimeDocument

returnValue = MimeNode.GetParentDocument(node, _
    treeRoot)
protected static MimeDocument GetParentDocument(
    MimeNode node,
    out MimeNode treeRoot
)