HELP... OUTLOOK MAİL MESSAGE

I want to download the attachments of emails sent from the same address in my mailbox.
for example in my mail box ı have two mail message from xyz@yz.com and all of them have attachments… ı want to download all of these attachments

how can ı do that…

Hi

Have a view on this thread where this is already discussed

You can use save attachment in UiPath
This doc from UiPath has some tutorials as well on how to do

Cheers @Melek_Can

No, this is not exactly what I want. I do not have a specific address, so if, all or two of the unread e-mails coming to my mailbox come from the same address, I will look at it and save the attachments from the same e-mails.

Fine then
Inside the loop get the mail id and save it in a list variable
Next to that activity inside the loop use a IF condition and see whether the next mail u r getting is from same mail address

@Melek_Can

I’m just starting out and I’m having trouble understanding what you’re saying. Could you please give me an example?