Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a job that is able to extract the email but not the attachment with the .xlsx file from a certain email but it works on other emails that I have received with .xlsx extension. What could be the issue and is it something i can solve
tfilelist-->>>tfileInputMail--->tlog
Hi
I have tried with v8.0.1 and I can extract the attachment with the .xlsx file, I think you need to check the difference between the two emails, and provide extra information that helps to provide the issue.
Regards
Shong
V7.1.1 searches for "Content-Disposition: attachment; filename=' ' " which unfortunately is encrypted and not the .xlsx filename which is found at "Content-Type: application/octet-stream; name=' ' ". Is there a way I can work around this