detect programmatically outlook version

F

Florin Bogdan

Does anybody know how to detect programmatically Outlook version (listed in
about menu)? I want to get the version in order to detect what service pack
has outlook installed. I don't want to know the version of outlook.exe file
because this is different that the version listed in about menu from
outlook. Thanks.
 
S

Sue Mosher [MVP-Outlook]

I use Application.Version. The correct version number is found in Outllib.dll, not Outlook.exe.
 
Top