简体   繁体   English

Outlook插件开发

[英]Outlook addin development

I'm going to develop an add in for outlook. 我将为Outlook开发一个插件。 There is outlook desktop app and outlook web app. 有Outlook桌面应用程序和Outlook Web应用程序。 I found these two links for development , 我发现了这两个发展联系,

Do I need to develop separate add in for each. 我是否需要为每个开发单独的插件。 Or is there any way to develop a single add in and deploy in both? 还是有什么方法可以开发单个插件并在两者中部署?

Advice on how to deploy these two would be appreciated. 有关如何部署这两个方面的建议将不胜感激。

The first one (now called Office addin) works both on the Web (OWA) and in the desktop version of Outlook. 第一个(现在称为Office加载项)既可以在Web(OWA)上也可以在Outlook的桌面版本中使用。 But it is very limited - in the current version it is really a fancy preview pane working in the context of the currently selected/viewed message/appointment/contact/task. 但这是非常有限的-在当前版本中,它实际上是一个精美的预览窗格,可在当前选定/查看的消息/约会/联系人/任务的上下文中使用。

The second one only works on the desktop, but the API is very rich. 第二个仅在桌面上可用,但API非常丰富。

It all comes down to what exactly your addin is supposed to do. 一切都取决于您的插件应该做什么。

Do I need to develop separate add in for each 我是否需要为每个开发单独的插件

Yes, you need to develop a separate solution if you want to get a COM add-in and Mail App. 是的,如果要获取COM加载项和Mail App,则需要开发单独的解决方案。

Or is there any way to develop a single add in and deploy in both? 还是有什么方法可以开发单个插件并在两者中部署?

No, they are based on entirely separate technologies and can't be deployed using the single installer. 不,它们基于完全独立的技术,不能使用单个安装程序进行部署。

See Selecting an API or Technology for Developing Outlook Solutions for more information. 有关更多信息,请参见选择用于开发Outlook解决方案的API或技术

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

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