export ALL contacts

L

Leo

hi there

i have organised my contacts in many subfolders under the main contacts
folder in outlook 2002

now i want to export ALL contacts to outlook express, preserving the folder
structure. how can i do that in an easy way?

are there macro around for that? or do i need additional software/plug ins?

thanks for any advice.

leo
 
S

Sue Mosher [MVP]

AFAIK, there's no way to do export a folder structure from Outlook to OE. You will probably have to export and import each folder separately.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
L

Leo

thanks, sue,

another thought: is there a way to crawl through sub folder via a macro or
so?

leo

AFAIK, there's no way to do export a folder structure from Outlook to OE.
You will probably have to export and import each folder separately.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
S

Sue Mosher [MVP]

Every MAPIFolder object has both a Folders collection and an Items collection, so you'd loop through them with a For Each ... Next loop.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top