Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<p>Start Date:&nbsp;<apex:outputText value=" {!relatedTo.Campaign.StartDate}" /></apex:outputText></p>

IF Statements

This example extracts the HTMLBody of the email if it has one, else the TextBody

Code Block
<apex:outputText style="font-size:10px;float:left" value="{!IF(em.HtmlBody="",em.TextBody,em.HtmlBody)}" escape="false"/

Anchor
testing
testing
Testing

...