标签: c# outlook vsto outlook-addin
我认为我今天的搜索技巧很糟糕,但我想知道我的插件中运行的Office Outlook版本是什么?
即,我需要知道我的加载项是否与Outlook 2007或2010一起运行
我是否可以使用任何API来查找当前的Outlook版本?
谢谢, 戒日
答案 0 :(得分:22)
Globals.ThisAddIn.Application.Version
答案 1 :(得分:1)
OL: How to Programmatically Determine the Version of Outlook