display problem with HTML and embedded formats

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

Once I retrieve a message in HTML or embedded format, how
do I display it in my VB6 application? I tried MS
RichTextbox control, which works fine with RTF format,
but not HTML or embedded format. It actually displays
the HTML souce file.

To support all RTF, HTML and embedded formats, what VB
control can I use to process all? If one control is not
possible, how do I check the message format in
automation? Thanks.
 
OK, the only problem left is with the embedded pictures
or OLE Objects like Word document.

Emails with embedded objects (picture, word document) are
recognized with attachments. I need to display these
embedded objects in the RichTextbox or another control
instead of showing as the attachment. A control like the
one used in Outlook to show message body.

Thanks.
 
Back
Top