Hi Team,
I have multiple responses in single thread of an email.
I want to extract the original(first) email body from those responses.
Any suggestions?
Thanks,
Hi there. I have some weird ideas:
I'm imagining the original email is at the bottom of the thread, ya? I wonder if you could use a Split() on the email body, and set the delimiter as the subject, then use Last() to grab the last element of the resultant array (which should be everything after the last instance of the subject line).
Just a thought.
Keep us posted.
-Ed-
If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |
User | Count |
---|---|
49 | |
29 | |
24 | |
23 | |
20 |