Check Outlook is installed on client

B

Ben

Hi all

I'm making a program in C# which use contact items in Outlook.
And i would like to known how to check if Outlook is install on the pc and
if it exist load the Outlook library ?

Thanks for help !

Ben
 
K

Ken Slovak - [MVP - Outlook]

You could set an Outlook Application object and if it works Outlook is
installed. You can also look for Outlook.exe in the file system or read the
registry to see where Outlook is installed if at all.
HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\OUTLOOK.EXE is the
location where the Outlook.exe path is listed if it's installed.
 

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