Converting Oulook Message format to RTF.

M

Manish Buttan

Hi
I have got an C# application which reads the mails from MS-Outlook and saves it into the database in binary format. I want to display those binary contents in RichTextBox. The problem with me is that the message body which I get from the mailItem.Body method is in olFormatHtml or olFormatRichText and I want to convert this into RTF format to be displayed in the RichTextBox.
Could anybody help me in converting those contents into RTF format so as to be displayed in the RichTextBox

Regards
Manish Buttan.
 

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