HI
>
> Anyway, I have a new question:
> Does anybody know if there is a way to open a mime
> email message saved on disk and display it, or just
> the html or text part, in a dialog box (without mfc,
> please)?
Yeah, infact I'm working on a similar thing. To display the text you have
to load and then parse the email. Using the MIME standard find the part of
the message your interested in. Then display it. For HTML (without MFC)
either write your own HTML rendering engine or strip the text you interested
in out of the HTML message.
Regards
Max
