Hi Team,
Can you please assist me in sending Multiple Attachments dynamically through Sen Mail Activity(UiPath.MicrosoftOffice365.Activities.Mail.SendMailConnection), which is Using IEnumerable Collection.
where in For 1 attachment I could able to send by using - new List(Of IResource)From {(UiPath.Platform.ResourceHandling.LocalResource.FromPath(str_FilePath))}
For two - new List(Of IResource)From {(UiPath.Platform.ResourceHandling.LocalResource.FromPath(str_FilePath),(UiPath.Platform.ResourceHandling.LocalResource.FromPath(str_FilePath_1))}
But can I know is there any other way make this dynamic?
Thanks and Regards,
E Sai Prasad