Content Type = message/delivery-status
843830Nov 10 2005 — edited Nov 10 2005Hi,
i'm facing the problem of managing MimeMultiPart in a java webmail whose content type = message/delivery-status I
tried with
String bodyPrevious = (String) part.getContent();
because i suppose that the part contains the previous mail but i get a ClassCastException
Any help? Piece of code?