Gets the parent of the MIME part. The parent MIME part can be null when the MIME part is the top node.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Parent 
As 

MimePartContentDescription
C#
public 

MimePartContentDescription 
Parent { 
get; 
private 
set; }
Visual C++
public:
property 

MimePartContentDescription^ 
Parent {
	

MimePartContentDescription^ 
get ();
	
void 
set (

MimePartContentDescription^ 
value);
}
JavaScript
function get_
parent();
function set_
parent(
value);

See Also