Finding type of Outlook Version in registry

D

duraisridhar

Hi,

I'm developing small appliation in C++ which needs some registry values
of Outlook . I googled and and found the outlook registry value will be
under 'HKEY_CURRENT_USER'. Meanwhile I found the registry values will
be stored in different names based on the outlook version. For example,
the value store in registry '001e3d09' in Outlook 2000 will be stored
in '001f3d09' in outlook 2003.

Is there any simple way such that I can determine which registry value
(001e3d09 or 001f3d09 in above case ) I should read. Should I look for
the '001e3d09' first and if not present should I go with '001f3d09'.
I'm not sure above workaround is correct.

Any helps on this will be greately appreciated,

Regards,
Sridhar,
 
D

duraisridhar

Hi,
Thanks for your informative reply.

Regards,
Sridhar

Dave said:
Take a look in;

HKEY_CLASSES_ROOT\Outlook.Application\CurVer

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

Hi,

I'm developing small appliation in C++ which needs some registry values
of Outlook . I googled and and found the outlook registry value will be
under 'HKEY_CURRENT_USER'. Meanwhile I found the registry values will
be stored in different names based on the outlook version. For example,
the value store in registry '001e3d09' in Outlook 2000 will be stored
in '001f3d09' in outlook 2003.

Is there any simple way such that I can determine which registry value
(001e3d09 or 001f3d09 in above case ) I should read. Should I look for
the '001e3d09' first and if not present should I go with '001f3d09'.
I'm not sure above workaround is correct.

Any helps on this will be greately appreciated,

Regards,
Sridhar,
 

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