是否有可能在 NetOffice 中为多个 mailItems 设置自定义弹出菜单

Is It possible have custom pop-up menu for more than one mailItems in NetOffice

我的自定义弹出式上下文菜单 运行 仅用于在我的邮件列表中选择一封邮件。是否可以 运行 选择多个邮件?

<contextMenu idMso="ContextMenuMailItem">
  <menu id="customID" label="CustomPrg" getImage="logo_image2">
    <button id="btn1" onAction="TransferBtns_Click" getLabel="ArchiveLabel" imageMso="CopyToFolder"/>          
    <button id="btn2" onAction="AchivetoBtn_Click" getLabel="ArchiveLabelOp"  imageMso="CopyToFolder"/>
    <menuSeparator id="separatormnu"/>
    <splitButton id="btn3">
</contextMenu>
<contextMenus>    
  <contextMenu idMso="ContextMenuMultipleItems">
    <button id="MyContextMenuMultipleItems"
        label="ContextMenuMultipleItems"
        onAction="OnMyButtonClick"/>
  </contextMenu>  
</contextMenus>

view this link