Is there a way to write a script that search multiple .msg files containing email address and write it to an excel file ? I´ve searched for hours and need some help, I´m a newbee in vbscript.
Outlook .msg files are OLE Structured Storage (compound) files. I'm not sure about the ones Outlook Express makes. Doesn't it save as .eml files or something?
The problem is their actual content varies a lot with the mail provider (Exchange vs. Internet) and the source and destination (local Exchange mailbox or other), and whether there is Text and/or HTML mail in them. Some addresses are hard to find, it isn't always as simple as just finding a To or From, and for that matter there may be multiples.
I don't know of any built-in way for VBScript to even read such files, though you might find some component to enable this. It's hard enough from VB6!
You might try Outlook Redemption but it may require Outlook installed on the machine to work. I don't know a lot about it.
This is actually a lot hairier subject than it appears.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.