Hi,
I have extract a mail using get mail activity. That mail contains multiple reply bodies. I have to get only the recent body content of that mail.
Can anyone help me to find the solution for this.
Thanks in advance
Hi,
I have extract a mail using get mail activity. That mail contains multiple reply bodies. I have to get only the recent body content of that mail.
Can anyone help me to find the solution for this.
Thanks in advance
Mostly in relies you would see a constant string that stats with ‘from: ….‘
You can try using str.split({"From:"},stringsplitoptions.None)(0)
Change the split string as per what you see in the mail
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.