BodyPart.BodyParts Property

Independentsoft MSG .NET

BodyPart BodyParts Property MSG .NET Class Library
Gets the body parts.

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public BodyPartList BodyParts { get; }
public BodyPartList BodyParts { get; }
Public ReadOnly Property BodyParts As BodyPartList 
	Get
Public ReadOnly Property BodyParts As BodyPartList 
	Get
Dim instance As BodyPart 
Dim value As BodyPartList 

value = instance.BodyParts
Dim instance As BodyPart 
Dim value As BodyPartList 

value = instance.BodyParts
/** @property */
public BodyPartList get_BodyParts()
/** @property */
public BodyPartList get_BodyParts()
function get BodyParts () : BodyPartList
function get BodyParts () : BodyPartList
function get_BodyParts();
function get_BodyParts();

Property Value

Type: BodyPartList
The body parts.
See Also