Read From A Saved MSG File

J

Justin

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?
 
K

Ken Slovak - [MVP - Outlook]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top