The Microsoft® Collaboration Data Objects (CDO) Library version 1.2 exposes messaging objects for use by Microsoft® Visual Basic®, C/C++, and Microsoft® Visual C++® applications. (In versions previous to 1.1, the CDO Library was called the OLE Messaging Library; in version 1.1 it was called the Active Messaging Library.)
The CDO Library lets you quickly and easily add to your Visual Basic application the ability to send and receive mail messages and to interact with folders and address books. You can create programmable messaging objects, then use their properties and methods to meet the needs of your application.
When you combine messaging objects with other programmable objects exposed by Microsoft® Access, Microsoft® Excel, and Microsoft® Word, you can quickly build custom applications that cover all your business needs. For example, with these powerful building blocks you can build a custom application that allows your users to extract information from a database, copy it to a spreadsheet for analysis, then create a report with the results and mail the report to several people.
The Microsoft CDO Library does not represent a new messaging model. It represents an additional interface to the Messaging Application Programming Interface (MAPI) model, designed to handle the most common tasks for client developers using Visual Basic, C/C++, and Visual C++.
This guide assumes that you are familiar with the Microsoft Visual Basic programming model. To help you use the CDO Library, this guide provides a short overview of the MAPI architecture. For complete reference information, see the MAPI Programmer's Reference.
The CDO Library requires installation of MAPI and of an automation controller. An automation controller is an application that supports Automation, such as the following Microsoft applications:
Note Microsoft Visual Basic version 3.0 does not support multivalued properties.