Version, language and SP info

  • Thread starter Thread starter Bas
  • Start date Start date
B

Bas

I'm developping an ActiveX-component for Outlook 9, 10 and 11. However, due
to a bug in Outlook 10, Dutch, Pre-SP1 it won't work in this environment
(KB: #310571). I would like to show the user a message urging him to upgrade
to SP1+

I'f found the Application.Version field, this only shows the version.
The LanguageSettings-object is unfortunately not documented on MSDN, but may
provide the language. Is there a property to show the installed Servicepack?
 
You have to use the minor parts of the version string to see what build is
running and use that to decide on the SP level. Search at www.slipstick.com
on the string "versions" to get all the different versions of Outlook and
the builds corresponding to the SP levels.

Look at LanguageSettings.LanguagePreferredForEditing in the Object Browser
for a list of the language values.
 

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

Back
Top