MAPI Programming Overview

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The Microsoft Office Outlook 2007 Messaging API (MAPI) Reference is written for C and C++ developers with a variety of needs and experience with messaging. For those developers who want to use MAPI to augment their applications that have messaging features, no specific prerequisite knowledge is required. You need a background in messaging and the Component Object Model (COM) to use MAPI to create full-scale workgroup applications or drivers for specialized messaging system services.

Before starting development work, you should consider the following information about how to use MAPI, the logon process, and how profiles and message services are created and configured.

The 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. MAPI enables complete control over the messaging system on the client computer, creation and management of messages, management of the client mailbox, service providers, and so on.

NoteNote

Extended MAPI is the same as Outlook 2007 MAPI, and is simply referred to as MAPI in the MAPI documentation.

Simple MAPI

Simple MAPI provides a set of functions that enables you to add a basic level of messaging functionality to Microsoft Windows-based applications.

Important noteImportant

The Simple MAPI function MAPISendMail is supported by Microsoft Outlook 2010. Other Simple MAPI functions have been deprecated in Windows.