How can I create an Outlook PST file using .Net?
        Posted  
        
            by brendan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by brendan
        
        
        
        Published on 2009-11-12T19:33:15Z
        Indexed on 
            2010/04/01
            11:53 UTC
        
        
        Read the original article
        Hit count: 283
        
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]
© Stack Overflow or respective owner