Display Form Region with a button from Ribbon Outlook Add-In

狂风中的少年 提交于 2019-12-25 02:26:52

问题


Is it possible that load a from region to reading pane when a custom button in a custom ribbon was clicked?


回答1:


No - you have to firmly associate a Form Region with one or more item types via the manifest settings for the Form Region. Although you can hide them on demand, you cannot load them on demand. If you want to demand-load your UI, use a custom Task Pane instead.



来源:https://stackoverflow.com/questions/24505586/display-form-region-with-a-button-from-ribbon-outlook-add-in

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