Posted By:
Ivo_Limmen
Posted On:
Wednesday, May 30, 2001 08:01 AM
To set the MimeMultiPart to 'related' is done like this:
MimeMultipart multipart = new MimeMultipart("related");
Please read the
tutorial (Made by jGuru) at the Sun site for more information.