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.
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
- node
Type: Microsoft.Exchange.Data.Mime.MimeNode
- treeRoot
Type: Microsoft.Exchange.Data.Mime.MimeNode
Return value
Type: Microsoft.Exchange.Data.Mime.MimeDocument
Returns a MimeDocument object that is the parent of the associated node.