this.bodyPart = bodyPart;
return bodyPart;
try { bodyPart.writeTo(out); } catch (MessagingException e) { throw new CMSException("can't write BodyPart to stream.", e); }