How to import contacts from a pst-file via VBA?

  • Thread starter Thread starter hannu
  • Start date Start date
H

hannu

Hi

Is it possible to import automatically contacts from a outlook.pst
file to another outlook.pst file in a different computer?

hanski
 
Ask in a programming group. Importing is always a poor choice for
transferring Outlook data, however.
 
hannu said:
Is it possible to import automatically contacts from a outlook.pst
file to another outlook.pst file in a different computer?

Why not simply transfer the entire PST, open it in Outlook, and take what
you want from it?
 
You can add another file with the AddStore method, then iterate though a
contact folder of it, and copy or move found items to the default store.

Please use for programming related questions e.g.:
microsoft.public.outlook.program_vba

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Tue, 15 Jul 2008 05:47:03 -0700 (PDT) schrieb hannu:
 
Why not simply transfer the entire PST, open it in Outlook, and take what
you want from it?

Brian, we have over hundred user and our staff changes quite often and
users can't (=won't) learn how to import contacts allthough I have
teached them it many,many times. So, I want only to make me less to
do;)

hanski
 
Back
Top