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.
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)
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?