Customize Outlook ribbon for a MailItem (via menus or VBA)

倖福魔咒の 提交于 2019-12-12 03:09:24

问题


Outlook has one ribbon displayed when the email index is shown, and a different ribbon when a MailItem is open. I managed to add buttons to the Miscellaneous group in the ribbon for the index, via File -> Options.

Can I customize the ribbon for a MailItem via File -> Options?

Can I do this via VBA? Can this VBA be executed automatically at launch time?


回答1:


I managed to do it via File -> Options. It was very simple, I had to access File -> Options from within the MailItem instead of the main window.

As per this, it apparently cannot be done via VBA.



来源:https://stackoverflow.com/questions/39420268/customize-outlook-ribbon-for-a-mailitem-via-menus-or-vba

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!