trichview.support.thirdparty
Using RvHtmlImporter to read emails |
Author |
Message |
Norma |
Posted: 11/30/2003 23:45:46 I'm trying to use RvHtmlImporter to read emails directly from the server. For text this works fine, but I have problems to get the image parts working. In procedure TForm1.HtmlImporterImageRequired2 I get the parameters src as string and Graphic, which is nil at the beginning. If I load a normal HTML file then src is mostly a relative path that can be evaluated, and the graphic can be created from there (no problem here). When the loaded text is part of an email the string for src is e.g. cid:part1.02090208.03070506@xyz.com. How would I get an image from that? I'm using Indy components to retrieve the email information. Best regards Norma |
Powered by ABC Amber Outlook Express Converter