Iwould like to download email attachment do help me
Hi @saileela
Use save email attachments activity.
- Use Get IMAP Mail Messages" Activity to get the required mails.
- Host: Set the IMAP server for Gmail as “imap.gmail.com”.
- Port: Set the port for Gmail as 993 (for SSL).
- For Each" activity below the “Get IMAP Mail Messages” activity. This loop will help you iterate through each email message.
- Inside the “For Each” loop, add the “Save Attachments” activity. This activity will download the attachments from each email.
Hi @saileela
Download UiPath.Gsuite.Activities
You can use “Download Email Attachements” activity .
Hope it helps!!
Regards,
Hi @saileela
Use the Save Email attachments activity to download the files in the Email.
Hope it helps!!