Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These flags represents one menu item that can appear on a messaging add-in menu bar. They can be combined with bitwise OR to form a bitmask, to create the IMessageFormEx::GetMenuCapabilities members dwFlags and pdwEnable.
| Constant | Value | Description |
|---|---|---|
| MESSAGEFORMHOST2_CMDBARCAP_COPY | 0x1 | The Copy menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_CUT | 0x2 | The Cut menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_PASTE | 0x4 | The Paste menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_SELECTALL | 0x8 | The Select All menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_CLEAR | 0x10 | The Clear menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_SAVETOCONTACTS | 0x20 | The Save To Contacts menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_FORWARD | 0x40 | The Forward menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_REPLY | 0x80 | The Reply menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_REPLYALL | 0x100 | The Reply All menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_MARKASUNREAD | 0x200 | The Mark As Unread menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_GETFULLMESSAGE | 0x400 | The Get Full Message menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_MOVETO | 0x800 | The Move To menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_LANGUAGE | 0x1000 | The Language menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_ADDATTACHMENT | 0x2000 | The Add Attachment menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_SPELLCHECK | 0x4000 | The Spell Check menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_CHECKNAMES | 0x8000 | The Check Names menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_OPTIONS | 0x20000 | The Options menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_MYTEXTMESSAGE | 0x40000 | The My Text Messages menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_MYTEXTMESSAGESEDIT | 0x80000 | The My Text Messages Edit menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_MTGACCEPT | 0x100000 | The Accept Meeting menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_MTGDECLINE | 0x200000 | The Decline Meeting menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_MTGTENTATIVE | 0x400000 | The Tentative Meeting menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_MTGREMOVEFROMCAL | 0x800000 | The Remove Meeting From Calendar menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_CONTACTSPICKER | 0x1000000 | The Contact Picker menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_VOICERECORDER | 0x2000000 | The Voice Recorder menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_INSERTPICTURE | 0x4000000 | The Insert Picture menu item. |
| MESSAGEFORMHOST2_CMDBARCAP_CALLVOICEMAIL | 0x8000000 | The Call Voice Mail menu item. |
See Also
MAPI Flags | IMessageFormEx::GetMenuCapabilities | IMessageFormEx
Send Feedback on this topic to the authors