+ Reply to Thread
Results 1 to 2 of 2

Creating a ribbon xml file for Outlook context sensitive menu

  1. #1
    Valued Forum Contributor dmcgov's Avatar
    Join Date
    11-11-2015
    Location
    Florida, USA
    MS-Off Ver
    Office 365 Business
    Posts
    1,518

    Question Creating a ribbon xml file for Outlook context sensitive menu

    Is there a working stub for creating a way to load an xml file on outlook start? want to customize the ribbon (but only the right click menu in outlook proper). have the name and it is 'ContextMenuMailItem'. so, my xml would look like this:

    <customUI xmlns="https://schemas.microsoft.com/office/2009/07/customui">
    <contextMenus>
    <contextMenu idMso="ContextMenuMailItem">
    <button idMso="Forward" visible="true" label="Forward All" onAction="ForwardAll"/>
    </contextMenu>
    </contextMenus>
    </customUI>

    if this is correct, then how do I load it on startup?

  2. #2
    Valued Forum Contributor dmcgov's Avatar
    Join Date
    11-11-2015
    Location
    Florida, USA
    MS-Off Ver
    Office 365 Business
    Posts
    1,518

    Re: Creating a ribbon xml file for Outlook context sensitive menu

    For the mod,

    Can you move this to the VBA section of Outlook. Put it in the wrong place.

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. CommandBar custom context menu causing huge Excel15.xlb file
    By EchoPassenger in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-15-2018, 11:41 AM
  2. File for Context Menu
    By SMUKHERJEE in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-11-2014, 05:48 AM
  3. I would like to incorporate context sensitive help for my worksheets
    By jmac1947 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-26-2014, 12:43 AM
  4. How to show context sensitive help
    By McNultyK in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-26-2010, 03:56 AM
  5. Context-sensitive Actions pane
    By JanF in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-09-2006, 09:25 PM
  6. [SOLVED] Context-sensitive custom menu item.
    By Murray in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-28-2005, 01:00 AM
  7. Context sensitive help
    By Jon Bailes in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-14-2005, 10:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1