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
)
Parameters
- node
Type: Microsoft.Exchange.Data.Mime.MimeNode
- treeRoot
Type: Microsoft.Exchange.Data.Mime.MimeNode
Return Value
Type: Microsoft.Exchange.Data.Mime.MimeDocument
Returns MimeDocument.