BodyParts Property

Topic Last Modified: 2006-06-13

The object's BodyParts collection. This property is read-only.

Applies To

IBodyPart Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property BodyParts As IBodyParts
HRESULT get_BodyParts(IBodyParts** pVal);

Parameters

Remarks

A Multipurpose Internet Mail Extensions (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 child body parts. You can access a multipart body part's children using the object's BodyParts property.