> is there a way to access all headers and not just customheaders? > i mean once the msg is decoded, some of the headers are assigned into > the header property of the email and the rest goes to > header.customheaders. > > how is it possible to get all the headers as TStringList?
Did you try MIME demo? (traditional question... ;-)) If you click to root part, you see all message headers. Well, each TMimePart have property Headers, what is TStringList with all headers in this part. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
