Hi,
I exported some emails and they are in xxx.eml format with the body being base64 encoded.
I have written a rough 'n' dirty to decode the base64 but it is still in some form of XML/HTML (or whatever it is) encoding.
I then tried using the HTMLDecode function but it left it the text XML/HTML Body unchanged.
Is there some simple way to extract the actual email stuff from the .eml files?
Thanks