My requirement is , I have to fetch the latest email from emailtrail and save that email.
I am able to read the mail and get only the latest mail from that mailtrail but it in string data type
so when I am using save mail message activity I have to give input with data type net.mail.message
can you help me active this
@shaik_Azam
hi Azam ,
the item contains whole mailtrail , but i dont want that
i’m getting the latest mail in mail_body variable and is string type , i want to save that part
Hi Azam,
Thankyou for the reply but it is not as I wanted, if you check the variable mail_body I want only that part to be saved .
In save email activity we are giving in_mail so it is still taking whole emailtrail .