ap5.setContentType("image/jpeg");
ap5.setContentId("<THEJPEG>");
ap5.setContentLocation(url5.toString());
// Add the attachments to the message.
msg.addAttachmentPart(ap1);
msg.addAttachmentPart(ap2);
msg.addAttachmentPart(ap3);
msg.addAttachmentPart(ap4);
msg.addAttachmentPart(ap5);
msg.saveChanges();