简体   繁体   English

outlook.com web 插件 | 如何在顶部功能区上显示加载项

[英]outlook.com web add-in | how to display add-in on top ribbon

I working on building an add-In for outlook.com (web version).我正在为 outlook.com(网络版)构建一个插件。 It perform some action on emails.它对电子邮件执行一些操作。 Currently it works with single email ie when you are reading an email, i click on the "..." menu and i can see my add-In there.目前它适用于单个 email 即当您阅读 email 时,我单击“...”菜单,我可以在那里看到我的加载项。

However i am facing 2 issues:但是我面临两个问题:

  1. how to display add-on on the ribbon (see screenshot below)?如何在功能区上显示插件(见下面的截图)? is it possible?可能吗? currently it is visible only in email read panel.目前仅在 email 读取面板中可见。
  2. I want to perform the same task on multiple email selection ieuser can select multiple emails and then click on my add-in (for this add-in needs to be present in ribbon ie question#1).我想对多个 email 选择执行相同的任务,即用户可以 select 多封电子邮件,然后单击我的加载项(因为此加载项需要存在于功能区中,即问题#1)。

what I know so far is, "ExtensionPoint" is the property that defined where add-in will apear which currently can be set as MessageReadCommandSurface or MessageComposeCommandSurface but this display add-in on single email level到目前为止我所知道的是,“ExtensionPoint”是定义加载项出现的位置的属性,当前可以设置为 MessageReadCommandSurface 或 MessageComposeCommandSurface,但此显示加载项在单个 email 级别上

在此处输入图像描述

  1. You can pin the add-in to Message window (quick actions) using您可以使用将插件固定到消息 window(快速操作)

     settings -> Mail -> Customize actions -> Message Surface/Toolbar

    You can choose the surface (based on add-ins availability on that surface) to show the add-in individually.您可以选择表面(基于该表面上的加载项可用性)以单独显示加载项。 Visit here to find more. 访问此处以了解更多信息。

  2. Currently the feature of enabling add-ins on multiple selected mails is not there.目前不存在在多个选定邮件上启用加载项的功能。 We track Outlook add-in feature requests on our user-voice page .我们在用户语音页面上跟踪 Outlook 加载项功能请求。 Please add your request there.请在此处添加您的请求。 Feature requests on user-voice are considered, when we go through our planning process.当我们通过我们的规划过程 go 时,考虑了对用户语音的功能请求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM