679680681682683684685686687688689
//set the sender setSender(mimeRoot); //send the e-mail memo.send(); return memo; } catch (Throwable t) { DominoUtils.handleException(t); return null;