how to transfer emails

M

Michael Bauer

Albert, without Exchange it´s maybe the easiest, to save each in
incoming e-mail directly to the other computer´s file system.

You could use the Inbox´ ItemAdd event and the call the MailItem.SaveAs
method. A sample is available in the VBA help.
 
Top