Share via


MimeNode.GetParentDocument method

Returns the parent containing this node.

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
)

Parameters

Return value

Type: Microsoft.Exchange.Data.Mime.MimeDocument
Returns a MimeDocument object that is the parent of the associated node.

See also

Reference

MimeNode class

MimeNode members

Microsoft.Exchange.Data.Mime namespace