PowerTCP Mail for .NET
FindParent Method




Part to find the parent for.
Performs a recursive search to find the "parent" Part of the specified child within this Multipart.
Syntax
Public Function FindParent( _
   ByVal child As Part _
) As Multipart
Dim instance As Multipart
Dim child As Part
Dim value As Multipart
 
value = instance.FindParent(child)
public Multipart FindParent( 
   Part child
)
public: Multipart* FindParent( 
   Part* child
) 
public:
Multipart^ FindParent( 
   Part^ child
) 

Parameters

child
Part to find the parent for.

Return Value

See Also

Reference

Multipart Class
Multipart Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic