Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello

I am developing an application that can send email to clients.
I want to embed letter which is in rtf format in the email message.

Please some body tell me how to do that.
Posted

As I recall that the <b>MailMessage</b> class which you can use with the SmtpClient class has a property <b>IsBodyHtml</b>, using it the content of the body well be Html rich. Or you can specify the content you want as an attachment.

Hope that helps.
 
Share this answer
 
Format your message body as html
 
Share this answer
 

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