Hi,
How can i get the attachment files from a email?
I'm using the following code:
<CFPOP ACTION="GETALL"
NAME="Message"
MESSAGENUMBER="#URL.idMsg#"
SERVER="server.mail.test"
USERNAME="test"
PASSWORD="teste"
ATTACHMENTPATH="f:\temp\email\">
But all the times i got the file f:\temp\email\winmail.dat.
How can i get the attachment file like pdf, xml and other?
Thank's