Forwarding Email with Attachments?
Hi Java Gurus,
I have developed the java application featuring sending, receiving emails with attachment. However how do I forward the email so that the attachment is also automatically forwarded with it? Is there any method/ code to strip the attachment from a email & put it in a vector, so that i can attach it to the forward email.
Any help/code wud be appreciated.

