${textHelper.getTextValue("/controlText/invitationDashboard.ascx/format", "Format")}:
${MailFormat == "Html" ? "HTML" : MailFormat}
${textHelper.getTextValue("/controlText/invitationDashboard.ascx/from", "From")}:
{{if FromName == null}}
${FromAddress}
{{else}}
${FromName} <${FromAddress}>
{{/if}}
${textHelper.getTextValue("/controlText/invitationDashboard.ascx/loginOption", "Login Option")}:
${textHelper.getTextValue("/enum/loginOption/" + LoginOption, LoginOption)}
${textHelper.getTextValue("/controlText/invitationDashboard.ascx/allowOptOut", "Allow Opt Out")}:
${textHelper.getBooleanValue(IncludeOptOut)}
${textHelper.getTextValue("/controlText/invitationDashboard.ascx/subject", "Subject")}:
${Subject}
${textHelper.getTextValue("/controlText/invitationDashboard.ascx/body", "Body")}:
{{html Body}}