After updating incoming emails in Outlook
I would like to implement a function to download attachments of an email if the sender is ‘a@gmail.com’, ‘b@gmail.com’. What should I do?
You can set rules in outlook and moved the email to Folder based on sender,
then you just need to check the email in that folder
Hello Benimaru,
I have found a best pdf to help you out from this.
Please go through the PDF and let me know if your issue gets resolved by provided PDF.
How to save email attachments in UiPath.pdf (5.8 MB)
Please let me know if my suggestion resolves your issue.
Thank you
Happy Automation!!
Hi @Benimaru
Get Outlook Mail Messages
For Each (Mail) // Iterates through each email
If // Check sender’s email address Then Save Attachments // Download attachments if sender matches
End For Each
use Get Outlook Mail Messages
For each of (Mail) click on Additional filters and select Subject and provide the value.
Then use Save Attachment activity.