Outlook Version

B

Barb Reinhardt

I'm trying to get the version information that's displayed in Outlook Help
programmatically. On my machine, I see

(12.0.6514.5000) SP1 MSO (12.0.6529.5000)

When I use Application.Version, I get

12.0.0.6514

How do I get all of this info programmatically?

Thanks,

Barb Reinhardt
 
K

Ken Slovak - [MVP - Outlook]

Some of the equivalencies you can find at www.slipstick.com. For each
version you'd parse the version (12 for Outlook 2007, 11 for 2003, 14 for
2010, etc.) plus the minor, revision and build parts. Then you'd use a table
to convert.

Some of what you see there is the actual Outlook versioning, some is from
the Office dll (mso.dll). That you could read using file version properties.
 

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