Not using the Outlook object model. CreateItemFromTemplate works with msg
files but primarily is used wit oft custom form templates. It always creates
the item as a new (unsent) item. There really isn't anything else that does
what you want.
The 3rd party Redemption library (
www.dimastr.com/redemption) provides
GetMessageFromMsgFile() methods that allow opening a saved item, among many
other things. You can also do it using Extended MAPI (not supported for
managed code, and C++ or Delphi only), just not with the Outlook object
model.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Misha" wrote in message
...
Is there any way to replay previously saved message?