selectColumnFromMailTable
selectColumnFromMailTable(
column,docFile):string
Returns the value of the provided column from the mailTemplate table. If no rows found, an empty string is returned. If a row is found, the value is parsed and returned.
Parameters
column
keyof mailTemplate
docFile
Returns
string