I am trying to load Msg file to MailItem, I cannot find any method that can load from Stream or Array. I am forced to save the file on the Client PC. OOM I used
Application.CreateItemFromTemplate(path, Type.Missing)
I can delete the temp file right after the MailItem is created. RDO I found code
Session.GetMessageFromMsgFile(path);
I cannot delete the Msg file right after the RDOMail is created. I am coding in C#, how should I dispose the Msg?