Hi all,
I’m trying to save mail mail body content in a file but after for each loop when I’m using item.body, it’s not showing in intellisence?
Please anyone help me out.
Could you please tell me the steps you followed ?
I followed the following step
Please try item.Headers(“HTMLBODY”).ToString
Here, Get Outlook MailMessage activity will give you output as List of Mail Messages.
In For Each loop, change the type from object to System.Net.Mail.Message and then try.
If you face any issues then please let me know.
@Sameer_Sen - Are you trying to read any Image E-mail? If there is text available in the E-mail that will show you for sure. If not please check the ForEach Type in Properties.
Thanks,
AK
Did you make item variable as System.Net.Mail.MailMessage?
@lakshman
Thanks! … It Worked.
You have to mark correct one as solution
I’ve already Marked correct one.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.