[[HtmlText(Translation("Email.Salutation"))]]
[[IF(HtmlText(MasterProperty("Contactperson", "Name"))="", "", HtmlText(MasterProperty("Contactperson", "Name")) & "
") & IF(HtmlText(MasterProperty("Contactperson", "Function"))="", "", HtmlText(MasterProperty("Contactperson", "Function")) & "
")]]
[[IF(HtmlText(MasterProperty("Organisation", "Department"))="", "", HtmlText(MasterProperty("Organisation", "Department")) & "
") & IF(HtmlText(MasterProperty("Contactperson", "EMail"))="", "", HtmlText(MasterProperty("Contactperson", "EMail")) & "
") & IF(HtmlText(MasterProperty("Contactperson", "DirectPhone"))="", "", "T: " & HtmlText(MasterProperty("Contactperson", "DirectPhone")) & "
") & IF(HtmlText(MasterProperty("Contactperson", "DirectFax"))="", "", "F: " & HtmlText(MasterProperty("Contactperson", "DirectFax")) & "
") & IF(HtmlText(MasterProperty("Contactperson", "Mobile"))="", "", "M: " & HtmlText(MasterProperty("Contactperson", "Mobile")) & "
")]]
![]()
[[IF(HtmlText(MasterProperty("Organisation", "Organisation"))="", "", HtmlText(MasterProperty("Organisation", "Organisation")) & "
")]][[IF(HtmlText(MasterProperty("Organisation", "Address1"))="", "", HtmlText(MasterProperty("Organisation", "Address1")) & "
") & IF(HtmlText(MasterProperty("Organisation", "Address2"))="", "", HtmlText(MasterProperty("Organisation", "Address2")) & "
") & IF(HtmlText(MasterProperty("Organisation", "Address3"))="", "", HtmlText(MasterProperty("Organisation", "Address3")) & "
") & IF(HtmlText(MasterProperty("Organisation", "Address4"))="", "", HtmlText(MasterProperty("Organisation", "Address4")) & "
") & IF(HtmlText(MasterProperty("Organisation", "Address5"))="", "", HtmlText(MasterProperty("Organisation", "Address5")) & "
") & IF(HtmlText(MasterProperty("Organisation", "Address6"))="", "", HtmlText(MasterProperty("Organisation", "Address6")) & "
") & IF(HtmlText(MasterProperty("Organisation", "Email"))="", "", HtmlText(MasterProperty("Organisation", "Email")) & "
") & IF(HtmlText(MasterProperty("Organisation", "Internet"))="", "", HtmlText(MasterProperty("Organisation", "Internet")) & "
") & IF(HtmlText(Translation("Email.TextDisclaimer"))="", "", "
" & HtmlText(Translation("Email.TextDisclaimer")))]]