我可以编写 Microsoft Exchange 插件来避免安装许多 Outlook 加载项吗?

发布于 2024-07-26 06:05:46 字数 128 浏览 3 评论 0原文

哪些扩展(如果有)可以在 Microsoft Exchange 上运行,然后对 Outlook 用户可见?

基本上我想知道如何在 Exchange 层进行集成,从而避免为每个 Outlook 用户安装插件或其他内容的任务。

What, if any, extensions can be run on Microsoft Exchange that then become visible to Outlook users?

Basically I'm wondering how to integrate at the Exchange layer, avoiding the task of having to install a plug-in or whatever for each Outlook user.

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

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

发布评论

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

评论(1

青巷忧颜 2024-08-02 06:05:47

这实际上取决于您想要做什么。
如果您正在编写需要在客户端 PC 上运行并在运行时直接与 Outlook 交互的 Outlook 插件,则需要在该 PC 上安装。 无论 Exchange 服务器是否能够连接,它都需要存在。

如果您可以让您的应用程序在服务器端完全发挥其魔力,那么是的,这是可能的。 在 Exchange 服务器端实现加载项的方法有很多种。

也许可以考虑将您的加载项打包为必需的应用程序 MSI 文件,并让 Windows 服务器自动安装它(如果它不存在)。

It really depends upon what you are trying to do.
If you are writing an Outlook add in that needs to run on the client PC and directly interface with Outlook at run time, you need to install on that PC. It needs to be there weather the Exchange server is able to be connected to or not.

If you can make your application do its magic completely at the server side, then yes it is possible. There are many ways to implement add-ins on the Exchange server side.

Maybe look into packaging your add-in as a MSI file that is a required application and have the Windows server auto install it if it is not there.

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