Hello I am evaluating aspose.network for java. I need to create msg files, then pass this to javas new Desktop.open, so it opens the message in outlook.
I need to create an msg file that has (possibly) multiple attachments. The attachments for me are in an SQL database, but I can also write them to files on disk if needed.
It seems there are good methods to extract files from an existing msg files to disk. Are there methods to add files on disk to a newly created MapiMessage ?
I tried overloading the MapiAttachment class so it returned the things I wanted, then doing a mapiMessageFile.getAttachments().add(outlookMessageAttachment); but alas, that produces a corrupt msg File.
Sorry to be stuck here!
-Dave
This message was posted using Aspose.Live 2 Forum