The Microsoft CDO for Windows 2000 COM component provides the following COM classes:
| COM Class |
Description |
| BodyPart |
Used to manage a message body part. Instances of this object cannot be created directly; they always exist within the context of a Message object. BodyPart object expose the IBodyPart interface. |
| BodyParts |
Used to manage a collection of BodyPart objects. Instances of this class cannot be created directly; they always exist within the context of a parent BodyPart or Message object. BodyParts objects expose the IBodyParts interface. |
| Configuration |
Used to manage the configuration for a Message object. Configuration objects can be created directly and such objects expose the IConfiguration interface. |
| DropDirectory |
Used to manage a collection of messages on the file system, such as the SMTP or NNTP services drop directories. DropDirectory objects can be created directly and such objects expose the IDropDirectory interface. |
| Message |
Used to manage a message. Message objects can be created directly and such objects expose the IMessage, IBodyPart, and IDataSource interfaces. |
| Messages |
Used to manage a collection of messages returned by the IDropDirectory.GetMessages method. Messages objects cannot be created directly; such objects always exist within the context of a parent DropDirectory object. |