moving online inbox to Outlook Personal Folder (PST)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good day
I am trying to write a script which does create a personal folder based on
the current logged-in user and transfer or copy the current logged-in user
exchange email inbox to the personal folder created.

I could not find such an automated script.

Best Regards
 
You can create a new .pst file with the Namespace.AddStore method. There are samples for that and many more for moving data between Outlook folders at http://www.outlookcode.com

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top