Re: how to set the Mail Message Content-Type
Posted By:
Rob_Boellaard
Posted On:
Friday, April 18, 2003 04:38 AM
Hi
Make a message object and a multipart object. Define the multipart as related. Then add this line:
message.setContent(multipart);
hope it helps, Rob