Sending RTF-formatted emails with SMTP/MAPI

I

Ian Taylor

Hi all...

Is it possible to send RTF-formatted emails using the .NET SmtpMail
implementation?

I can only find provision in the BodyFormat property of the message to
send plain text or HTML emails.

I also have a similar problem in sending HTML/RTF emails via MAPI and
would appreciate any help anyone could give me in these areas.

I'm fairly new to sending anything more complicated than a simple
plain text message programatically, so any advice would be helpful

Many
 
M

Morten Wennevik

Hi Ian,

At the top of my head I would say no, since html is essential just plain text too, and rtf isn't. You probably need to convert rtf to html before you send it. (Personally I prefer e-mail as text only, no html, since you have usually no control of wether or not the receiver uses a html enabled e-mail reader.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top