THE PROBLEM:
I got an UiPath.MicrosoftOffice365.Models.Office365Message.AttachmentCollection I want to insert as an IEnumerable
THE SCENARIO:
In a “Microsoft Office 365 Scope” I use the action “Get Mail” which output an “Office365Message[ ]”
Then I do a “For Each” loop where the “TypeArgument” is set as “UiPath.MicrosoftOffice365.Models.Office365Message”.
Now I want to use “Send Mail” (UiPath.MicrosoftOffice365.Activities.Mail.SendMail) and take all attachements (if any) from the “Get Mail” action and insert as “Attachments Collection”.
Overview example image:
Detail images: