How do I "forward" an email along with any attachments?
Created May 4, 2012
susanta panda Its very simple. All you need to do is:
- Create a new MimeBodyPart object
- Set the content of it as the attachment
- Create a MimeMultipart object
- Add The MimeBodyPart to the MimeMultipart object
- Send it the usual way