Gets the list of body parts. The list is immutable.
Namespace: NI.Email.Mime.MessageAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
public IList BodyParts { get; set; }public IList BodyParts { get; set; }Public Property BodyParts As IList
Get
Set
Public Property BodyParts As IList
Get
Set
public:
property IList^ BodyParts {
IList^ get ();
void set (IList^ value);
}public:
property IList^ BodyParts {
IList^ get ();
void set (IList^ value);
}member BodyParts : IList with get, set
member BodyParts : IList with get, set
Property Value
Type:
IListReturns the list of
BodyPart objects.