display problem with HTML and embedded formats

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

Bingo

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.
 

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