如何在Outlook中右键单击Outlook上下文菜单中的添加新按钮

问题描述

我正在尝试开发一个Outlook插件(VSTO),该插件具有如下嵌入式图像

enter image description here

我使用了一些上下文菜单msoid,但没有成功。以下代码,我使用

     <contextMenu idMso="ContextMenuReadOnlyMailTextTable">
           <button id="btnContextReadonly3" label="Verify Sender" getImage="GetAppLogo" 
          onAction="GetVerifySender"/>
     </contextMenu>
    <contextMenu idMso="ContextMenuAttachments">
       <button id="btnContext" label="Verify Sender" getImage="GetAppLogo" 
        onAction="GetVerifySender"/>
        </contextMenu>
   <contextMenu idMso="ContextMenuMailMoreActions">
      <button id="btnContextPlainText2" label="Verify Sender" getImage="GetAppLogo" 
         onAction="GetVerifySender"/>

如果有人帮我解决这个问题,那就太好了。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)