Problem Statement- I have received email to my Inbox through Forward. I need Send Email using Replay All to the Original Mail.
Challenge-There should not be any trace of Forwarded email when I Replay All/When the end user receives an email.
I Tried with Read Email as String ,Used regex to get Subject, To email, From email, Cc email List and Out Email text by removing Forwarded email message and Used Microsoft office 365 to Replay all but Since its not in HTML its not able to maintain the Email Chain Structure
When I tried to Read email as HTML it is difficult to get the Out Texts by performing Regex
Could Anyone Help me with this Problem.
Appreciate the Help in Advance.