Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Want to send PDF as attachement using Java Mail

843830Feb 7 2006 — edited May 9 2006
HI,
I am using Java mail API for sending PDF as attachment. Here is my sample code
messageBodyPart = new MimeBodyPart();

messageBodyPart.setDataHandler(new DataHandler("String data for PDF using iText", "text/plain" ));

I am generating String for PDF file using iTEXT but I am unable to find out mimetype for passing into DataHandler as second paramete.

Any idea?

Thanks

Shailesh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2006
Added on Feb 7 2006
5 comments
857 views