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
AJFAJF 

Passing Case Number in email subject using IE

I have created an email link using the <a href=mailto:> tags in a visualforce page and want to include the case number in a preformed email subject. My is code is:

 

 

<a href="Mailto:email@mycompany.com?Subject=Assistance with approval information for SFDC case #{!Case.CaseNumber}">Email Link< /a>

 

 For some reason, the case number does not come across to the email subject when using IE8 but works fine for Firefox 3 and Chrome. Does anyone have any ideas on how to parse the case number in the email subject?