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
Case ManagerCase Manager 

Update Body of Email Template with Letterhead using APEX

I have created an emai template having a letterhead, I am trying to update few of the fields in the template from APEX and emai it.  How can I manipulate the body of the email??

        email.setTemplateId('00X1a000000HoOF');
        email.setToAddresses(toRecipients);
        email.setReplyTo('xyz@abc.com');
        email.setTargetObjectId('0051a000000M21z');
        email.setSaveAsActivity(false);