try {
exists = this.emailMessageExists(accountID, folderID, messageUID, cvdal);
}catch(Exception e){
logger.error("[emailMessageExists] Exception thrown.", e);
}finally{
cvdal.destroy();
cvdal = null;
}
return exists;
} // end emailMessageExists(int,int,String) method