Outlook version

N

Neetu

Hello
Is there any way to find version of outlook programtically using c# and VSTO
this code Application.Version give only a string containing numbers only.

How to find
Microsoft office Sp1 or sp2 and outlook 2002 or 2007 and others.

Thanks In advance.
 
K

Ken Slovak - [MVP - Outlook]

You would have to build yourself a table of what versions correlate to what
strings you want such as Outlook 2003 SP2 or whatever. There's a list of
versions related to specific names at www.slipstick.com that you can use to
build your table or whatever. That's what I do for my addins where I need to
identify specific Outlook versions.
 
N

Neetu

Thanks Ken.

Ken Slovak - said:
You would have to build yourself a table of what versions correlate to what
strings you want such as Outlook 2003 SP2 or whatever. There's a list of
versions related to specific names at www.slipstick.com that you can use to
build your table or whatever. That's what I do for my addins where I need to
identify specific Outlook versions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top