المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Export to PST



C# Programming
05-10-2013, 10:31 AM
I'm not looking for any code but for some possible references/links to find what I'm looking for.

I'm want to be able to export an Outlook profile (2010) to a PST file. I know you can do this in Outlook but it is time consuming to open Outlook and perform this action, then import it in the new profile.

I've looked over the assembly reference and not really finding anything: http://msdn.microsoft.com/en-us/library/office/bb652780(v=office.14).aspx[^ (http://msdn.microsoft.com/en-us/library/office/bb652780(v=office.14).aspx)] to do this.

I do see some information on the web about exporting calendar, contacts, tasks, etc to different formats such as Access Database, csv, etc... but haven't found anything to export to a PST using C#

Thanks in advance for any information!