Send Email functinality

Hi All,

We have reusable send email component accept 4 string input parameter and will send email using outlook. One of the parameter is Attachement by using which we can attach only one attachment and send email. Now I have attach multiple documents from folder over mail . How I can acheive the same.

Regards,
Shirish

Use the outlook activity from uipath and instead of giving it the specific attachment, give it a collection of the files (Directory.getfiles(<Path_Folder_Documents>) should work)

we dont have to use the outlook activity. How I can attach many docs to string element and send it as input to reusable component

Can’t you use exchange activity then? You should share your reusable component because who knows what’s in there. Who programmed it? What library is it using?