body.append("</table>");
myEmail.addHTML(body);
myEmail.addFileAttachment("c:/temp/report.pdf", "report.pdf", false);
myEmail.setSenderEmail("pwithers@intec.co.uk");
myEmail.setSenderName("Paul Withers");
myEmail.send();
}
@SuppressWarnings("unchecked")
public DocumentCollection getSortedCollection() {
String sSearch = "FIELD Author contains \"Aline Winters\"";