How to get the recent body of a mail object

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

@rnahasnahasuddin

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

2 Likes

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