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
Cable Guy.ax375Cable Guy.ax375 

Getting Email Template Letterhead

I store the email content in the email template in Salesforce. In my java program, I can get the email template but it missing the letterhead. Letterhead is stored in letterhead file and includes the company logo. In email template, I specify the letterhead in the detail of email template. When my java program sends out the email, the recipient only receives the body of the email and the letterhead is missing.

 

In my java program, does it need specific code to set the letterhead? Please advise.