Programmatically detecting Outlook 2002 & 2003 version

  • Thread starter Thread starter Leonard Bronsky
  • Start date Start date
L

Leonard Bronsky

How do I programmatically detect the installed version and
build number of Outlok 2002 and 2003 from C/C++ app?
Alternatively, is there any specific locations in the
registry that I should test/read?

Leonard
 
The Outlook Application object has a Version property. That has major, minor
and build sections in the Version string that are separated by dots.
 
Back
Top