The information in this article applies to:
SUMMARYThis article describes key differences between CDO (previously known as Active Messaging and OLE Messaging), Simple MAPI, Common Messaging Calls (CMC), and Extended MAPI (usually referred to simply as MAPI). MORE INFORMATIONCDOCollaboration Data Objects (CDO) was originally called "OLE Messaging" and later "Active Messaging". CDO is a COM wrapper of the MAPI library and can be called from any development language that supports automation. For example, Simple MAPI, CDO is primarily designed for client activities. CDO implements most but not all MAPI functionality, although far more than Simple MAPI. Some activities that can be accomplished using CDO:
There are two distinct "flavors" of CDO, the MAPI based CDO.DLL and the SMTP based CDONTS.dll. The CDONTS library allows rendering of selected information into HTML format. For more information specific to CDO see the following KnowledgeBase articles: Q176916 INFO: Active Messaging and Collaboration Data Objects (CDO) Q171440 Where to Acquire the Collaboration Data Objects Library For more information specific to CDONTS see the following KnowledgeBase articles: Q186204 HOWTO: Use CDONTS to Collect and Mail Information From a User Q177850 INFO: What is the Difference Between CDO 1.2 and CDONTS? MAPIThe Messaging Application Program Interface (MAPI) is an extensive set of functions that developers can use to create mail-enabled applications. The full function library is known as MAPI 1.0 or Extended MAPI. Extended MAPI allows complete control over the messaging system on the client computer, creation and management of messages, management of the client mailbox, service providers, and so forth.Applications that use MAPI directly are written in C or C++. Simple MAPISimple MAPI is a subset of 12 functions, which enable developers to add basic messaging functionality to their Windows-based applications. Simple MAPI includes functions to support sending and receiving messages:
"The MAPI controls included with Microsoft Visual Basic (versions 3 through 6), and the version of MAPI installed by Outlook Express implement Simple MAPI only." For more information specific to Simple MAPI see the following KnowledgeBase articles: Q105964 PC MAPI: Simple MAPI Common Technical Questions and Answer Q121424 How to Install Simple MAPI in Your VBApp Application Q239576 INFO: Developer Support Limitations with Outlook Express CMCCommon Messaging Calls (CMC) is a library of 10 functions for adding simple messaging capabilities to client applications written in C or C++. CMC is built on top of the core MAPI subsystem so it shares the advantage of messaging system independence. The CMC API is especially valuable because it is also independent of the operating system, therefore useful for cross-platform client applications. CMC also includes support for the X.400 API. The CMC supports three principal tasks:
Q114247 PC MAPI: Background on Common Messaging Calls (CMC) REFERENCES
Platform Software Development Kit (SDK), Messaging and Collaboration Services
Additional query words: kbDSupport
Keywords : kbCDO kbCDO100a kbCDO110 kbCDO120 kbCDO121 kbMAPI kbMsg kbCDONTS kbMAPI000 kbMAPI100 kbfaq kbGrpMsg kbDSupport |
Last Reviewed: December 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |