Messaging Extensibility Settings
The default Messaging wizard that is used for traditional e-mail settings cannot be used for custom account settings. Custom account settings are different than traditional e-mail settings. Messaging uses the IMailSyncHandler::DoProperties method to enable you to show your own UI for the settings wizard. To notify Messaging to show your custom UI for custom transports, you must use the PropDialog capability. The IMailSyncHandler interface is implemented by the transport to enable communication with Messaging. For more information, see this Microsoft Web site.
In This Section
- IMailSyncHandler::DoProperties
Describes how to have a transport show its own settings UI and suppress Inbox's normal service wizard. - Enable and Disable Forward, Reply and Reply All in Listview
Describes the MAPI message properties to enable Forward, Reply, and Reply All. - Signatures Property
Describes the signature-related MAPI properties that enable third-party custom forms to make use of account signatures. - Properties for SMIME Options
Describes the MAPI message properties that enable options for SMIME. - Mail API in Menus
Describes how to use the Mail API in menus.
See Also
Messaging Application Development for Windows Mobile-based Devices
Send Feedback on this topic to the authors