Automate collection of data from outlook .msg files to excel field
Asked Answered
I

2

0

My firewall sends me a notifcation to my email every time a policy is violated.

I have about 2500 emails in .msg format that I want to put into one excel document.

Basically I am looking for a way to automate processing each .msg file and putting it on a new line in an excel document.

All 2500+ .msg files are in a single folder.

I understand that .msg files hold binary data, and thats ok. I can clean up the excel document once it is created.

Thanks, Aaron

Injudicious answered 6/8, 2009 at 16:38 Comment(0)
P
0

Take a look at Outlook MSG file format specification.

You should consider getting the messages in some other format that is easier to parse.

Portia answered 6/8, 2009 at 17:36 Comment(0)
L
0

Redemption or the Aspose libs can help you out here. There is also Sean Curries script.

Lynden answered 6/8, 2009 at 20:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.