Re: How to Forward InputStream Mail with Attachment?
Posted By:
John_Zukowski
Posted On:
Thursday, May 17, 2001 05:16 AM
If you have your message in an InputStream, call the MimeMessage constructor that takes an InputStream to create the message. I don't understand your forwarding reference though, as if you are forwarding a message, you wouldn't be reading it from standard input.