Platform SDK: Exchange 2000 Server

BodyParts Property

[This is preliminary documentation and subject to change.]

The object's BodyParts collection.

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

Remarks

A MIME body part content type 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 called subparts. Each subpart is a discrete or composite body part.