You will need to use the Outlook object model. Use
Application.CreateItemFromTemplate() to open the MSG files and then read the
properties normally as Outlook item properties.
--
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
"Justin" wrote in message
...
I need to open various *.msg files saved into a Project folder, and list
them
in an MS-Access form. The form elements are all set, but I cannot find
any
example of reading properties from msg files (From, To, etc.). Any ideas?