i am struggling to extract the attachments of emails which are attached in an email.
I get for example an email with 5 mails attached. And each of the attached Emails has one PDF attached.
I Want to save only the PDF Files.
Has anyone experience which such a case?
Thank you, i was reading it already. But my problem are not the multiple files, its that emails are attached. And if i save them local i cant access their attachments…
Input:
Mail → Attachment 3
Mails with 1 PDF each
Save those eml files to a folder and then we can use this component to covert that eml to a mailmessages object which can be iterated to get the attachments on it
I made you a small sequence so you can give it a try, it’s for outlook but if you change the activity from outlook to some other e-mail activity it should work as well. Take a look at it.Main.xaml (6.8 KB)
how get the attachments(pdf) from attached email(.msg) in the email , so email - email - pdf
also pdf attachments from email ?
and then I need to apply regex to get the list of all the dates , get the latest date save it in a variable .
how get the attachments(pdf) from attched email(.msg) in the email , so email - email - pdf
also pdf attachemtns from email ?
and then I need to apply regex to get the list of all the dates , get the latest date save it in a variable .
I have seen all the posts around it :