Important: |
---|
This is retired content. 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 content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This section provides details about the Windows Mobile Messaging API (CE MAPI) functions.
Function | Description |
---|---|
Returns a reference to the IFormProviderinterface, allowing the Messaging Application to create the plug-in's custom Read and Compose forms. For Pocket PC 2002 and Smartphone 2002 only. |
|
Returns a reference to the IFormProviderExinterface, allowing the Messaging Application to create the plug-in's custom read and compose forms. For Windows Mobile 2003 and later. |
|
Destroys an SRowSetstructure and frees associated memory, including memory allocated for all member arrays and structures. |
|
Retrieves the value of a single property from an object that support properties, such as an IAttach, a IMAPIContainer, a IMAPIFolder, a IMessage, or IMsgStore. |
|
Sets or modifies the value of a single property from an object that support properties, such as an IAttach, a IMAPIContainer, a IMAPIFolder, a IMessage, or IMsgStore. |
|
Displays a Compose message form. |
|
Displays an existing message. |
|
Launches the Messaging application and invokes the New Account Wizard. |
|
Switches to the specified account. |
|
Switches to a folder, and displays it in a List View. |
|
Synchronizes the messages in the specified account. |
|
Allocates a memory buffer. |
|
Allocates a memory buffer that is linked to another memory buffer that has been previously allocated with the MAPIAllocateBufferfunction. |
|
Frees a memory buffer that has been allocated with a call to either the MAPIAllocateBufferor the MAPIAllocateMorefunctions. |
|
Increments the CE MAPI subsystem reference count, and initializes global data for the CE MAPI COM Server (Cemapi.dll). |
|
Logs a client application onto a session with the messaging system. |
|
Decrements the reference count, cleans up, and deletes per-instance global data for the CE MAPI COM Server (Cemapi.dll). |
|
Called by the Messaging Application to create an instance of a custom transport, and get a reference to the IMailSyncHandlerinterface object for the transport. |
See Also
Reference
MAPI Data TypesMAPI Enumerations
MAPI Macros
MAPI Properties
MAPI Structures
Other Resources
Messaging API (CE MAPI) ReferenceMAPI Interfaces
Messaging