Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Add-Ins / July 2009

Tip: Looking for answers? Try searching our database.

How to know the version of outlook version

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Nagaraj - 30 Jul 2009 11:10 GMT
Hi,

I am developing outlook 2003 VSTO plugin project. How can I get
programatically the outlook version (in this case 2003) ?

Thanks in advance

Signature

Nagaraj Tadipatri

j - 30 Jul 2009 12:35 GMT
> Hi,
>
[quoted text clipped - 5 lines]
> --
> Nagaraj Tadipatri

Use the Version property.

       private void ThisApplication_Startup(object sender, EventArgs
e)
       {

           string currentOutlokVersion = this.Version
           ...... . . .
           . . . . . . . .
       }
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.