default email client
-
Hi, How do I detect the default email client by c# ? And btw can I set the default email client at the control panel of Win XP ? Thanks
The default value for the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail" contains the name of the sub-key that contains the information for the default mail client. For example, in my registry, I've got the following:
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail]
@="Mozilla Thunderbird"[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Mozilla Thunderbird]
... and more ...As you can see, my default mail client is "Mozilla Thunderbird" and the key HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Mozilla Thunderbird contains the settings. This article may help: ARTICLE. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty