Hello,
I've been tasked with writing a outlook .MSG files from XML files that have associated metadata. I've tried using the Aspose library, but all of the exposed MapiMessage properties are read only. Using the Outlook Object Model I'm unable to change the creation date, and other properties that I must have access to. I've also tried the Rebex library also, but it exports to EML, and doesn't support RTF.
My question is, is there a Mapi or any kind of way to write a .MSG file and have access over every property?