Re: How do I add a MultiPart to a MultiPart? The API only...
Posted By:
Anonymous
Posted On:
Friday, November 9, 2001 08:20 AM
A little hard to see :)
BodyPart implements the Part interface where you can set it's contents to be a Multipart: setContent(Multipart).
Hope that helps!
-w