Platform SDK: CDO for Windows 2000

BodyParts Property

The BodyParts property is the BodyParts collection for the object.

[Visual Basic]
Property BodyParts as IBodyParts
read-only
[C++]
HRESULT get_BodyParts(IBodyParts** pVal);
[IDL]
HRESULT [propget] BodyParts([out,retval] IBodyParts** pVal);

Remarks

The content type of a Multipurpose Internet Mail Extensions (MIME) body part can be either single or multipart. A single body part represents a single entity, such as text or an image. A multipart body part consists of multiple entities, which are called subparts. Each subpart is a discrete or composite body part.