Disallow bindings- Outlook email

Good day everyone,
Please help, How can this resolved

You must change the TypeArgument in For Each activity.
Click on For Each Activity, Then Go to Properties Panel, Find TypeArgument
and change the type to System.Net.Mail.MailMessage

2 Likes

@Anelisa_Bolosha1

looks like this is old studio or for each

in this type of element is not auto detected

go to properties and change type argument from object to the same type as tempMail

cheers

Hi @Anelisa_Bolosha1

Looks like for each not supported that argument which you are using change it as System.Net as Mail msg

Hello @Anelisa_Bolosha1

  1. Highlight your For Each activity
  2. Click Properties (in the right side by default)
  3. Change the data type for your TypeArgument to MailMessage

Regards
Soren

1 Like

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