String path = cvfilevo.getPhysicalFolderVO().getFullPath(null, true) + cvfilevo.getName();
DataSource source = new FileDataSource(path);
messageBodyPart.setDataHandler(new DataHandler(source));
messageBodyPart.setFileName(name);
multipart.addBodyPart(messageBodyPart);
} //end of while loop(itt.hasNext())
} //end of if statement ((attchmentids != null) && (attchmentids.size() != 0))
// delete mail from drafts
if (mailmessage.getMessageID() != 0)