In my application emil reply chain is working fine. Now when I receive a reply email with change in subject, I want to break the email thread / chain.
Loading
In my application emil reply chain is working fine. Now when I receive a reply email with change in subject, I want to break the email thread / chain.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Apr 3, 2023, 6:30 PM
You can also set the
modifiedSubjectvalue as the subject line of the email when sending the email using your email client or library.Tuhin PaulPosted Apr 3, 2023, 6:29 PM
To break an email thread or chain, you can modify the subject line of the email. When an email client receives an email with a different subject line, it typically treats it as a new email thread. In your case, you can modify the subject line of the reply email with a unique identifier or text that is different from the original email's subject line.
In the above example, the originalSubject variable contains the subject line of the reply email. The newSubject variable contains the modified subject line with the unique identifier. The modifiedSubject variable contains the final subject line with the newSubject text replacing the RE: prefix.
GopiPosted Apr 3, 2023, 8:32 AM
I have a thread with multiple messages i want to break the thread when subject of recevied email is changed as new thread.
Rajkiran SwainPosted Apr 3, 2023, 8:15 AM