if (myDescription != null) {
myPart.removeBodyPart (myDescription);
}
myDescription = new MimeBodyPart ();
myDescription.setDataHandler (new DataHandler (new ByteArrayDataSource (description, type)));
//myDescription.addHeader ("Content-ID", "description");
myPart.addBodyPart (myDescription, 0);
}