Drizzt Posted September 10, 2003 Posted September 10, 2003 HI all, Can somebody tell me how to open the default mail-editor in visual basic .NET? ThanX Drizzt Quote
*Experts* Volte Posted September 10, 2003 *Experts* Posted September 10, 2003 Try this:Process.Start("mailto:")You can also specify a default to address and subject and stuff:Process.Start("mailto:me@microsoft.com?subject=Hi!") Quote
*Experts* Nerseus Posted September 10, 2003 *Experts* Posted September 10, 2003 Be careful about the size of the body (if you use it), as it seems to cause errors if the text is too large (or possibly contains too many CRLF characters - I can't remember). -Ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.