function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MurphyMurphy 

How do I insert email - to - case responses as Case Comments?

werewolfwerewolf
As I mentioned on another similar thread last year, you can add a trigger to EmailMessage which inserts a CaseComment with the same text.  A simple trigger to write, for sure, but no, I do not have any sample code for you.