Hi,
I am creating a workflow wherein for each file in the folder I will have to trigger the Send SMTP Mail Message activity which means if i have three files in the folder, then three separate mails have to be triggered with that particular file attached to the SMTP Mail Message.
Waht the issue I am facing is that though my Get Files output is an IEnumerable type but the For Each “File” is only a system.String which i am not able to attach because SMTP Mail Message accepts only IEnumerbale in the AttachmentsCollection Field in the property panel.
Suggest me a solution.