I need to import .msg and .pst containers into Outlook 2007 using c#. I am aware of the CreateFromTemplate method, but this alters the message by saving it as an unsent email. I want to import the message items into Outlook without modifying them, just like if I imported them manually through the UI. I don't know Extended MAPI and was trying to avoid using Redemption if possible. If these are my only options, then I will deal with them, but I was hoping there was a third option.
Does anybody have an example of some code, or know which methods I could use to accomplish this import using c# and the Outlook object model
Thanks!