IMessageFormEx
4/8/2010
The IMessageFormEx interface allows you to control of the Message Form associated with a Messaging plug-in.
Methods in Vtable Order
- IUnknown for MAPI methods
IMessageFormEx methods | Description |
---|---|
Called by the Messaging Application to set the form to display a new message. |
|
Called by the Messaging Application to closes the form. |
|
Enables the Message Form to pre-translate messages received by the message pump in the Messaging Application |
|
Notifies the Message Form whenever an IMessage object changes. |
|
Called by the Messaging Application whenever one of the Form Menu Commands of the Messaging plug-in is selected. |
|
Queried by the Messaging Application to get the list of menu commands that the Messaging plug-in supports. |
Nonvirtual Members
IMessageFormEx members | Description |
---|---|
Enumeration that defines the set of possible actions specified in IMessageFormEx::DoAction that the Messaging Application can request a Message Form perform. |
Remarks
Implement IMessageFormEx when you want to extend the capabilities of the Messaging Application with a new plug-in that supports new transports such as Enhanced Messaging Service (EMS), or Multimedia Messaging Service (MMS).
Use the IMessageFormEx interface to communicate with the Read and Compose Message Forms, to query the plug-in for its supported commands, process its commands, etc.
Requirements
Header | cemapi.h |
Library | cemapi.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |
Windows Mobile | Pocket PC for Windows Mobile 2003 and later, Smartphone for Windows Mobile 2003 and later |