J
JMG
Hello,
How could I send a mail in html format with the RichTextBox control ?
I tried this but it doesn't work:
MailMessage objMail = new MailMessage ();
objMail.Body = myRichTextBox.Rtf;
objMail.BodyFormat = MailFormat.Html;
Thanks in advance.
How could I send a mail in html format with the RichTextBox control ?
I tried this but it doesn't work:
MailMessage objMail = new MailMessage ();
objMail.Body = myRichTextBox.Rtf;
objMail.BodyFormat = MailFormat.Html;
Thanks in advance.