Enable and Disable Forward, Reply and Reply All in Listview
Windows Mobile MAPI message properties enable Forward, Reply, and Reply All to be individually disabled in both the menu and context sensitive menu. Messaging uses MAPI message properties to determine the message-specific menu items that are either to be displayed or grayed-out in the listview SK2 menu and context menu.
The following table shows the Windows Mobile MAPI enable Forward, Reply and Reply All message properties.
Property | Value | Description |
---|---|---|
PR_CE_CONTEXT_FLAGS | PROP_TAG (PT_LONG, 0x8118) | Set this property for a message to indicate that various menu commands should be grayed out. Set one or more of the flags below. |
Flag | Value | Description |
---|---|---|
CE_CONTEXT_DISABLE_REPLY | 0x00000001 | Disable the Reply and Reply All menu item for this message. |
CE_CONTEXT_DISABLE_FORWARD | 0x00000002 | Disable the Forward menu item for this message |
By default these flags are not set for a message and there is no special handling of the menu items.
See Also
Messaging Extensibility Settings
Send Feedback on this topic to the authors