Share via


MAPI Interfaces (Compact 7)

3/12/2014

The list below describes the Windows Embedded Compact Messaging API (CE MAPI) interfaces, which represent the objects in the Messaging object model.

Interface Description

IAttach

Maintains and provides access to the properties of attachments in messages.

ICEMAPISession

Manages objects associated with a MAPI logon session.

IMailRuleClient

Implements a Mail Rule Client that can process incoming messages.

IMailSyncCallBack

Provides methods so that transports can interact with the Messaging Application.

IMailSyncHandler

Enables communication with the Messaging Application after implementation by a transport..

IMAPIAdviseSink

Implements an Advise Sink object for handling notifications.

IMAPIContainer

Manages high-level operations on container objects, such as folders.

IMAPIFolder

Performs operations on the messages and subfolders in a folder.

IMAPIProp

Implemented by all objects that support properties.

IMAPISession

Manages objects associated with a MAPI session.

IMAPITable

Provides a read-only view of a table.

IMessage

Manages messages, attachments, and recipients.

IMsgStore

Provides access to message store information, to messages, and to folders.

IUnknown for MAPI

Manages the existence of a CE MAPI object through its own version of the AddRef, Release, and QueryInterface methods.

See Also

Reference

Messaging API (CE MAPI) Reference
MAPI Enumerations
MAPI Functions
MAPI Macros

Other Resources

Messaging API (CE MAPI)