currDb = currSess.getDatabase(currSess.getServerName(), "mail.box");
}
} catch (Throwable t) {
currDb = currSess.getDatabase(currSess.getServerName(), "mail.box");
}
Document memo = currDb.createDocument();
memo.put("RecNoOutOfOffice", "1"); //no replies from out of office agents
MIMEEntity mimeRoot = memo.createMIMEEntity("Body");
mimeHeader = mimeRoot.createHeader("To");
mimeHeader.setHeaderVal(join(getTo(), ""));