问题
here is the official documentation of how to add a button to the Ribbon in Microsoft Outlook which will invoke some macros written by developer on click, looks very simple:
https://support.office.com/en-us/article/Assign-a-macro-to-a-button-728c83ec-61d0-40bd-b6ba-927f84eb5d2c
this is actually what i want to do but not manually. Is there way to do this programatically? I've searched about it, but nothing came out of it(.Thanks in advance.
回答1:
Ribbon can only be modified from a COM addin. Please see https://msdn.microsoft.com/en-us/library/bb398246.aspx
来源:https://stackoverflow.com/questions/34788968/microsoft-outlook-customize-ribbon