Question
CFExchangemail GetAttachments - Empty AttachmentFileName
Using the cfexchangemail tag with the getAttachments I am
getting java.lang.NullPointerException for some attachments. It
appears that for some attachments do not show "AttachmentFileName".
For my example, when I submit an email from a PDF Form it will send
either a PDF file or XML file as an attachment, but these do not
show up.
A cfdump shows the following results from the code attached:
AttachmentFileName: [empty string]
AttachmentFilePath: [empty string] (This is expected with the attributes used in tag)
CID: [empty string]
IsMessage: NO
MimeType: [empty string]
Size: 113476
It knows the attachment is there and it knows the size, but it can not find the name or download it.
Any Ideas?
A cfdump shows the following results from the code attached:
AttachmentFileName: [empty string]
AttachmentFilePath: [empty string] (This is expected with the attributes used in tag)
CID: [empty string]
IsMessage: NO
MimeType: [empty string]
Size: 113476
It knows the attachment is there and it knows the size, but it can not find the name or download it.
Any Ideas?
