I've got a Mime Message which contains 2 parts. The Control Entity and an the Content Entity.
The Control Entity is just plain xml. Which is fine. The Content Entity is in the form of a byte[]. What I need to do is insert this byte[] into the MimeMultiPart message as the second BodyPart.
Is this possible and if so does anybody have any ideas.
Thank you in advance.
The Control Entity is just plain xml. Which is fine. The Content Entity is in the form of a byte[]. What I need to do is insert this byte[] into the MimeMultiPart message as the second BodyPart.
Is this possible and if so does anybody have any ideas.
Thank you in advance.