Posted By:
Sharona_Feinberg
Posted On:
Wednesday, February 13, 2002 11:39 PM
HI
on a multipart MimeType
to get the text I use:
mp.getBodyPart(0).getContent()
and it workd Great ,
but on a Delivery Status Notification (Failure) mail
I get :
com.sun.mail.util.SharedByteArrayInputStream@a9efdd66
instaed of a text
why ? what happened ?
thanks