Platform SDK: CDO for Windows 2000 |
The Microsoft Collaboration Data Objects (CDO) BodyPart Component Object Model (COM) class is a concrete implementation of the following interfaces:
The BodyPart COM class is also of OLE DB CoType TRow. CoType TRow interfaces are defined as part of the OLE DB specification:
C++ programmers can use this family of interfaces to access the data that makes up the body part the same way they can using an OLE DB data access layer directly.
For more information about these interfaces, see the OLE DB Programmer's Guide in the Platform SDK documentation.
BodyPart objects represent the parts of an RFC 822 formatted message. If the message is formatted using Multipurpose Internet Mail Extensions (MIME), each MIME body part is represented by an instance of this class. If the message is formatted using Uuencode, the text body and each attachment is represented as instance of this class.
You cannot create instances of the BodyPart COM class directly. They always exist within the body part hierarchy of a Message object.