Can anyone shed some light into my issue:

I am using CFPOP to poll an email account and get the attachments from the email onto 
the server into a directory. I have verified that:

the email does have an attachment
the directory to save the attached file is correct
a copy of the email is left on the server (so I can verify it through outlook.. and I 
have verified that the attachment is there).

When I output the query.attachmentfiles and query.attachmentments nothing is output... 
in addition, no files are in the directory specified to save the attachments too.

Code is below:

<cfpop 
 action="GETALL" 
 name="getReport" 
 [EMAIL PROTECTED] 
 password="somepassword" 
 server="someserver.com" 
 attachmentpath="D:\http\somesite\reportFiles">
 
<cfoutput query="getReport">
#getReport.header# <br>
#getReport.attachments#<
#getReport.attachmentFiles#<br>
</cfoutput>

The header information is displayed, but nothing about the attachment.

Any ideas?

Mike


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to