Share via


IFormProvider

The IFormProvider interface provides read message forms and compose message forms, in addition to message status icons.

Note   The IFormProvider interface is available only on Windows Mobile 2002. For Windows Mobile 2003 and later, use the IFormProviderEx interface.

When to Implement

Implement IFormProvider whenever you extend the functionality of the Windows Mobile Messaging application with your own plug-in.

When to Use

Use IFormProvider to create new messages and to read incoming messages.

Methods in Vtable Order

IFormProvider methods Description
GetMsgStatusIconIndex Returns the index to the appropriate icon in the symbol bitmap for the form library.
ComposeMessageForm Creates the compose message form.
CreateReadForm Creates the read message form (for displaying the message).

Nonvirtual Members

IFormProvider members Description
FORMTYPE Enumeration used by the IFormProvider::ComposeMessageForm method to specify the type of message to compose.

Requirements

Pocket PC: Windows Mobile 2002
OS Versions: Windows CE 3.0
Header: cemapi.h
Library: cemapi.lib

See Also

MAPI Interfaces

Messaging

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.