View Single Post
  #2  
Old October 6th 07, 03:39 PM posted to microsoft.public.outlook.program_vba
vonClausowitz
external usenet poster
 
Posts: 29
Default move emails to another pc

On 6 okt, 11:47, Lex De Leuke wrote:
On 3 okt, 17:02, vonClausowitz wrote:

Hi All,


I'm looking for a code to save emails and move them to another pc.
I need to save the complete emails asmsgor in a pst file and bring
them via usb stick
to another pc and import them again inoutlook.


Marco


Hello Marco,
To bring your email into another Outlook: search for the pst file on
your computer. You can find it checking the properties of you Personal
Folders in Outlook. Or search your c and d drive to *.pst (search in
hidden folders and files as well).
Copy the pst file to the new computer and open in Outlook that very
pst file.
In case you want that pst file being the default one of Outlook, the
most easy way is to replace the current pst file by the one you copied
via your pst file.
Only in case you want to see the same email on both machine (eg on
your usb stick) the use of msg files is an easy way of sharing and
archiving only one file of every email.
Lex


Lex,

I want to do this via VB code.
I want to create a PST file holding all emails from the Inbox of
system A.
Then copy this to USB and import it to a created emailfolder in system
B.
Ads