A way to obtain the "Boundary" value in a MimeMessage without parsing?

Is there a way to set/get the "Boundary" value (e.g. -=_Part_0_4321831.1171542789452) in a MimeMessage?I cannot find any method for this in the API doc.Message was edited by: Pertsson
[225 byte] By [Pertssona] at [2007-11-26 18:33:54]
# 1
It's a parameter to the Content-Type for the MIME part.You can use the getContentType method and the ContentTypeclass to parse it and extract the boundary parameter.Why do you think you need it?
bshannona at 2007-7-9 6:08:00 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...