Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear experts,
I have to download the mail(imap) and extract the attachments: tpop --(iterate)-> tfilelist--(iterate)>tfileInputMail it is working.
But now I have an issue, if the mail includs multiple attachments with the same filename (test.pdf, test.pdf, test.pdf..).
When i chek the export directory of tfileinputmail i find only one file (test.pdf) saved .
How can I resolve this issue if i want to rename and save all attaches file ( test1.pdf, test2.pdf, .....testn.pdf) ?