Hi,
I want to send some attachments in a folder. I created a list to get all the files in the folder and with a for loop, I can read the files. However, I am NOT able to attach the files.
Please help! Thanks!
Hi,
I want to send some attachments in a folder. I created a list to get all the files in the folder and with a for loop, I can read the files. However, I am NOT able to attach the files.
Please help! Thanks!
Could you share the properties panel and the full expression used to get the files?
Cheers
Can you check if the directory.getfiles is getting any files…
Better log them and check
Cheers
Can you try changing the mail activities
Ideally in attachmentcollection you should see the type as ienumerable but it shows list with a comma too…something looks different there.
Cheers
Try to change version from manage packages to any other version and see
Also better to remove and re add a new activity
Cheers
No
that is the reason i am asking you to change the version of mail activities package
cheers
Try just remove .ToList from your expression and change the type to array of string
Try again
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.