How to develop addin for MS Outlook?

柔情痞子 提交于 2019-12-06 02:13:56

问题


How do I develop addin for MS Outlook that works with all 1. Outlook 2010 2. Outlook 2007 3. Outlook 2003

I have developed addin that works well with 2010 and 2007 BUT NOT with 2003.

I want something like this that works well with all the above three :)


回答1:


You need VSTO (Visual Studio Tools for Office). Here is an article to get you started.

You can also check out Office Development Center.




回答2:


You need to go for NetOffice. It will allow you to abstract out from Outlook version. Also it has a powerful diagnostic tool that will tell you which version of outlook your add-in is compatible with based on API features you use in your code.

Worked nicely for me.

http://netoffice.codeplex.com/



来源:https://stackoverflow.com/questions/4344045/how-to-develop-addin-for-ms-outlook

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