Uipath queation

how to read the mails and download the files from the mail

Hi @Chaitra1

Welcome to the community…

You can read the emails using the below activities.

image

you can download the files of each mail using the below activity
image

Use get mail activities to read all the mails based on your configuration. Then use a For Each activity to loop through the mails you read from the above activity. Within the loop, you can use the save attachment activity to download and save the attachments of each mail.

1 Like

we used get mail activity after that for each loop with condition we used in loop body we used save attachment activity to save the file…but file are not saving to the respective folders.

@Chaitra1

Make sure you give the correct folder path to where you need to save the attachment files…