I have script that goes through my emails then returns the body of each of the emails that matches my query. The body looks something like this
Recipients: [email protected]
Attachment Report.pdf
Timestamp of Message: 18 January 2016
Recipients: [email protected]
Attachment Report2.pdf
Timestamp of Message: 18 January 2016
I'm trying to either get each line of the body in a custom-object or just extract the email addresses to a variable to do more work with. Any ideas.