Hi, i wanted to read the specifiied email , unable to find the output, message is : System.Collections.Generic.List`1[System.Net.Mail.MailMessage ?
please help
Hey
can you share screenshot of your workflow and error?
Regards
it is a collection of emails say it is stored in variable var1…then first mail is var1(0),second in var1(1) and so on
you can loop through each email usign for loop and change type argument to System.Net.Mail.MailMessage …then inside loop use currentitem to get each email
Hope this helps
cheers
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.