For Each Email in For Each Email

Hi I have one loop for Each Email where I have non-Html mails, but I need a second loop inside where I have to find the same email but with HTML view. In the second one my mail property has no options like body or subject…

How to fix it?
image

Please change the argument type in second loop as System.Net.Mail.MailMessage
@logan.capp

Hi @logan.capp

Can you check the For Each activity Type argument should be,
image

Thanks
Latika