Imap Get email

I am using Imap Get Email Activity to read email data , but I m not able to get the email body. I tried using item.body in message box but the message box is blank

what is you argument type for each loop

it should be of type System.Net.Mail.Mailamessage

@pratikshap

Are you able to read subject and anything else other than body of the mail ?

If not then check once whether you provided all required details to that activity to read mails from mail server.

Main.xaml (6.1 KB) you can go through this sample workflow it will give you
Mail Sender
Mail Subject
Mail Body

cheers @pratikshap happy learning

Check the workflow
image ,

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