Sunday, May 1, 2011

Sending HTML elements through Mails.

Hi all , 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.

From stackoverflow

0 comments:

Post a Comment