how to check default mail client programatically

  • Thread starter Thread starter Chandrashekhar Chaudhari
  • Start date Start date
C

Chandrashekhar Chaudhari

Hi,
How to check default mail client in C++, may be by using reg. or something
else?
Chandrashekhar
 
Check this registry setting:
HKEY_CURRENT_USER\Software\Clients\mail

Also, more detail can be found by cross-referencing the values in the HKCU
key with the info here:
HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail
 

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