How to send Hyper Link in mail body. I am not able to send a link it is taken as a string. Using code:
string tempurl = "http://jcr.vidyoeval.ril.com/flex.html?roomdirect.html&key=j8XPnetS2l";
var mail_body = "mailto:" + "" + "?body=" + tempurl + "&subject=" + "Let us talk on JioHuddle";
// string mailto = string.Format("mailto:{0}?Subject={1}&Body={2}", "", "Let us talk on JioHuddle", tempurl);
System.Diagnostics.Process.Start(mail_body);