Hi,
Thanks for writing this application. I hope it will help us. I have a question. Is it possible to add formula to the signature. Something like below to handle empty fields etc.
@If(OfficePhoneNumber="";"";"Phone: "+ OfficePhoneNumber + " ") + @If(CellPhoneNumber="":"N/A";""; "| " + @If(@Contains(@Username;"SYD");"Mob: "; "Cell: ") + CellPhoneNumber + " ") + @If(OfficeFAXPhoneNumber="";"";"| " + "Fax: " + OfficeFAXPhoneNumber)
Many thanks