* @param pstrFilename
* @throws Exception
*/
public void attachFile(String pstrFilename) throws Exception {
JSTextFile objF = new JSTextFile(pstrFilename);
objF.MustExist();
objFiles.add(pstrFilename);
}
/**
* \brief Logfile als Attachment f�r das Mail vormerken