Hi All,
I want to save the 4 attachments (2 word documents, 1 excel file and a pdf file) from the outlook mail.
Please suggest me how to do this??
thanks in advance.
Hi All,
I want to save the 4 attachments (2 word documents, 1 excel file and a pdf file) from the outlook mail.
Please suggest me how to do this??
thanks in advance.
Hi @naveen.s
→ Use the Get IMAP Mail Message activity to get mail and store in a variable called Received_mails.
→ Then use for each activity to iterate through each mail in Received_Mails.
→ Inside for each insert the Save attachment activity to store the attachments in a folder.
Hope it helps!!
@ashokkarale
getting error like this
Try this solution. It will give you array of string with attachment paths.
Output:
Sample code:
AttachmentDemo.xaml (11.3 KB)
Thanks,
Ashok
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.