Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am having RichTextBox inside that I able to write my content. In that content each and every words are different color and different font stye. Now I need to sent that content to email with that multi color text as body. Please guide me how to obtain that.
Posted

1 solution

Most email clients can't display email in RTF, and that's just how it is. You can't change the email clients.

So, you need to send the email in HTML. There's no built-in WinForms control to export formatted text in HTML, unfortunately, so there's no way to accomplish this without third-party code.

Check the below link if it helps.
Creating a wysiwyg html editor in C#
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900