Platform SDK: Exchange 2000 Server

The BodyPart COM Class

[This is preliminary documentation and subject to change.]

Each instance of the BodyPart COM class represents a part in a message body. Each instance of the BodyPart COM class exposes the following interfaces:

Note   Although BodyPart COM class instances expose the IDataSource interface, it is not implemented and is reserved for future use.

[C++,IDL]

The BodyPart COM class is of CoType TRow. The TRow CoType interfaces are defined as part of the OLE DB specification. The following list :

C++ programmers can use the preceding interfaces to access data that makes up the body part as they would use an OLE DB data.

The BodyPart COM class cannot rigorously be viewed as conforming to the TRow CoType because not all mandatory interfaces are implemented. For more information, see the OLE DB Programmer's Guide in the Platform SDK section of the MSDN™ Library.

Instances of the BodyPart COM class cannot be created directly. They always exist within the body part hierarchy of a message.