How to find out current version of Outlook from VSTO Addin?
I think my searching skills are terrible today, but I am trying to find out which version of Office Outlook in my add-in running in?
i.e., I need to know if my add-in is running with Outlook 2007 or 2010
Is there any API that I can leverage to find out the current outlook version开发者_如何学Python?
Thanks, Harsha
Globals.ThisAddIn.Application.Version
OL: How to Programmatically Determine the Version of Outlook.
精彩评论