Sending HTML elements through Mails

Crx

New Member
I want to open a mail client on click of a link.I am using this code:System.Diagnostics.Process.Start("mailto:email address?subject=[subject text]&body=http://google.com'>here");its opening the mail client but I am unable to get the link(here).It should come as a link. Is there any way to do it through IsBodyHtml=true?Can anyone help?Thanks.
 
Back
Top