Outlook 2003 import and export function

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

Guest

Is it any way to create macro or other methods to exports outlook 2000 PST
file to Outlook 2003 PST format and mapping back to user account again ?
 
Well, yes, it's possibly by writing your own code to access a .pst file and copy items to it, but why?

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
We have a lot of users with old PST format(97), some users had 25 PSTS
attached. I want to get script to migrate all old PSTs to new format at once.
 
Do you have any recommend book to talk about using VBA to using Outlook2003
built-in function (import or export) ?

Regards,
Edward
 
I see. If you want to start writing your own code, these samples will give you the basics involved:

http://www.outlookcode.com/codedetail.aspx?id=962
http://www.outlookcode.com/codedetail.aspx?id=628
http://www.outlookcode.com/codedetail.aspx?id=646

On the other hand, perhaps having the users do their own File | IMport and Export work would convince them that maybe they don't actually use all that data they have hanging around.

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

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