Parsing MS Outlook .PST file

SePH

New member
Joined
Jun 25, 2003
Messages
2
Hi,
I need to create a small application written either in VB.NET or C# that would read an MS Outlook .PST file and then parse the email data. Then I would save the email data, including the attachments, into SQL Server 2000 database.

I found an article in MSDN on how to build Outlook 2002 add-ins in VB.NET using COM interop, but it didnt show how to load and parse a .PST file to extract needed data.

I would appreciate any links or sample codes on how to parse email data from MS Outlook .PST file.

Thank you in advance. :)
 
Back
Top