Hi all,
I would like to customize the Outlook ribbon. Basically I would like to add a custom gallery. In Excel, it would be someting like this: Galleries in the Ribbon in Excel 2007-2016
I tried a number of things, including changing the file: "%LocalAppData%\Microsoft\Office\olkexplorer.officeUI"
For example, the "test" gallery is created with this ribbon XML:
The 2 test items do not appear in the gallery, however.
Does anyone have a clue ? Is this possible with just plain Outlook or do we need to switch to Visual Studio ?
Thanks !
Outlook 2016, version 2002 (build: 12527.20278)
I would like to customize the Outlook ribbon. Basically I would like to add a custom gallery. In Excel, it would be someting like this: Galleries in the Ribbon in Excel 2007-2016
I tried a number of things, including changing the file: "%LocalAppData%\Microsoft\Office\olkexplorer.officeUI"
For example, the "test" gallery is created with this ribbon XML:
Code:
<mso:gallery id="rxgal" label="test" columns="3" rows="10" imageMso="CopyFolder" visible="true"/><item id="rx1" label="Sheila Webster" /><item id="rx2" label="Brian Main" />
The 2 test items do not appear in the gallery, however.
Does anyone have a clue ? Is this possible with just plain Outlook or do we need to switch to Visual Studio ?
Thanks !
Outlook 2016, version 2002 (build: 12527.20278)