Posted By:
Dieter_Wimberger
Posted On:
Thursday, April 25, 2002 04:40 AM
Probably the following extract from the API can help you.
[...]
MimeMessage
public MimeMessage(MimeMessage source)
throws MessagingException
Constructs a new MimeMessage with content initialized from the source MimeMessage. The new message is independent of the original.
Note: The current implementation is rather inefficient, copying the data more times than strictly necessary.
Parameters:
source - the message to copy content from
Throws:
MessagingException -
Since:
JavaMail 1.2
[...]
Good Luck,
Dieter