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.
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.