Can't Send Mail to multiple e-mails using the Office365 activity

Hello,
I was trying to use de Send Outlook Mail Message but my attachments are bigger than 4MB, so I found the new Office365 package that has a bigger limitation.
But when trying to send to multiple e-mails I encounter the error below.

Does someone know how to solve it? I even tried to create a new string variable.

Hi,

β€œTo” property of SendMail in Office365 activities package is String array. So you need to set String[] type variable (like arrStr = {"a@exmplae.com","b@example.com"} ) or use Split method like SendMail.Split(";"c)

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.