Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Determining Default Email Client

Status
Not open for further replies.

wcwolff

Technical User
Aug 3, 2004
13
US
I have an application that needs to launch the default email client as it exits. I do not want to use the mailto: method because beacuse I am not creating a new outgoing email.

I have been unable to determine what the default email client on the machine is to launch the correct program.

I am using the following code to launch the client:

System.Diagnostics.Process.Start("outlook.exe")
or
System.Diagnostics.Process.Start("Thunderbird.exe")
etc.

Thanks in advance for any help!
W. C. Wolff
 
I found this which applies to VB5 & VB6. Maybe this will point you in the right direction.



--
Not until I became a Network Administrator did the error message "See your Network Administrator for assistance" become petrifying.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top