Creating version independent Outlook add-ins [closed]

北战南征 提交于 2019-12-07 03:40:31

You are looking for NetOffice. It is a (free) set of version-independent interop assemblies for making Office add-ins targeting different versions.

NetOffice also has some additional assistance for managing the COM references, Intellisense help on each method to show which versions of the Office application support that method, and then some additional tools to manage your multi-version add-in projects.

The library I've found most helpful for interacting with Outlook's mail items and such is Redemption.

I have made a search and found some interesting starting point.
Creating an Outlook 2010 Add-In
Outlook 2007 Add-in Using Microsoft Visual C#.NET
However is not an easy task to be compatible with various version of Outlook

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!