How to download attachment from gmail and outlook account

Hi @Chippy_Kolot

Try with this below methods

  1. One way is to use Save Mail Attachments activity. This activity saves the mail message attachments to the specified folder. If the folder doesn’t exist, it is created. If no folder is specified, the downloads are saved in the project folder. You can use this activity inside a For Each Mail Message activity to loop through emails and download attachments

Check out this link

https://docs.uipath.com/studiox/v2019/docs/save-mail-attachments-x

  1. Another way is to use Outlook Application Scope and Get Outlook Mail Messages activities. These activities allow you to connect to an Outlook account and retrieve mail messages with filters. You can then use a custom code or macro to save the attachments from each mail message.

Check out the link

Regards
Gokul