Posted By:
Phil_Gilbert
Posted On:
Friday, May 17, 2002 08:10 AM
I'm new to this...
Bounced HTML emails are being returned with body text and then a .txt & original email attachments. I only want to read the body, but Message.getContent() gives back something like
javax.mail.internet.MimeMultipart@69ca65
. What's the easiest way to get just the body back. A sample would be much appreciated.
Thanks.