禁用Outlook Addin JS API

发布于 2025-01-22 00:58:28 字数 269 浏览 2 评论 0 原文

我有一个用例,应在特定机器上启用附加素,而不是自动启用所有机器。 BT:sustest.xml中的URL字段是否支持? 如果URL无法到达,则默认情况下应允许邮件而不是被阻止(这是Outlook的默认响应)enter image description here

Is there any way to do this ?

I have an use case where the addin should be enabled on specific machines instead of all the machines automatically.
Does bt:Url field in manifest.xml support that ?
If the Url is unreachable, mail should be allowed by default instead of being blocked (which is the default response from Outlook)enter image description here

Is there any way to do this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

二智少女 2025-01-29 00:58:28

有几种方法可以弥合差距(解决方案的解决方案):

  1. 管理员可以通过确保用户的组策略设置 block在Web add-ins无法加载 block来禁用周期策略。 >设置为禁用。要管理此策略设置,您可以执行以下操作:

    1. 下载最新的管理模板工具。
    2. 打开本地组策略编辑(gpedit.msc)
    3. 导航到用户配置>行政模板> Microsoft Outlook 2016>安全>信任中心
    4. 选择 block在Web加载程序无法加载设置时发送。
    5. 打开链接到编辑策略设置。
    6. block中,当Web加载程序无法加载对话框窗口时,请选择启用 disabled 适当地选择 >确定应用将更新实行。
  2. Onsend < / code>事件处理程序中,您可以检测到邮箱或致电外部Web服务,该服务可以给出答案,无论是否为特定的用户 /邮箱运行工作负载。遵循这种方式,您将只能为特定用户运行您的东西。


install of-noreflook添加剂添加艺术品。

There are several ways to bridge the gap (solutions for your scenario):

  1. Administrators can disable the on-send policy by ensuring the user's group policy setting Block send when web add-ins can't load is set to Disabled. To manage this policy setting, you can do the following:

    1. Download the latest Administrative Templates tool.
    2. Open the Local Group Policy Editor (gpedit.msc).
    3. Navigate to User Configuration > Administrative Templates > Microsoft Outlook 2016 > Security > Trust Center.
    4. Select the Block send when web add-ins can't load setting.
    5. Open the link to edit policy setting.
    6. In the Block send when web add-ins can't load dialog window, select Enabled or Disabled as appropriate then select OK or Apply to put the update into effect.
  2. In the onSend event handler you may detect the mailbox or call an external web service which can give the answer whether to run your workload for a specific user / mailbox or not. Following that way you will be able to run your stuff for particular users only.

Read more about that in the Install Outlook add-ins that use on-send artice.

你げ笑在眉眼 2025-01-29 00:58:28

(在预览中)在这里帮助您实现目标?

注意,您可以在清单中指定smartmode选项的智能警报。有三个选项可用 - 促使使用者,Softblock和Block。使用SoftBlock选项,如果加载项不可用(例如,加载加载项的错误),将发送该项目。

Would Smart Alerts (in preview) help you achieve your goal here?

Note, you can specify SendMode option in the manifest for a Smart Alert. There are three options available - PromptUser, SoftBlock and Block. With the SoftBlock option, if the add-in is unavailable (for example, there's an error loading the add-in), the item will be sent.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文