How can I create an Outlook PST file using .Net?
- by brendan
I'm writing an app that will manipulate Outlook data. I want to make a backup of that data first and am hoping I could just loop through the contact/calendar items, etc and write them out to a PST file.
How can I write the contents of 1 or several Outlook folders to a PST using .Net? [vb or c# no matter]