December 21, 200421 yr Whats the easiest way people are exporting their outlook2003 accounts, mail and contacts and then importing back in again unattended style...
December 21, 200421 yr Why not just add the .PST as a new data file in outlook and push your mail around any way you like; to or from another PST. Easy as pie!
December 21, 200421 yr Maybe you can copy the pst in your unatended $OEM\$1\FILES_TO_CoPY\outlook.pstAnd then put a line in your GuiRunOnce[GuiRunOnce]%systemdrive%\Install\copy.cmdWith this code in copy.cmdCLS@echo offTITLE Copying Outlook Data filesECHO.ECHO Copying Outlook Data filesmove C:\FILES_TO_CoPY\outlook.pst %username%\Local Settings\Application Data\Microsoft\Outlook\outlook.pstIt have to copy after first login because if you put it in $docs\username you will get a duplicate username (username.machine)Tell me if this work !!!!
December 21, 200421 yr You know of a way to 'import' the pst back into outlook unattended?Yes I do... Create an "Outlook Profile File" (.prf) Don't use those regedits. Play it clean!
February 24, 200521 yr You know of a way to 'import' the pst back into outlook unattended?Yes I do... Create an "Outlook Profile File" (.prf) Don't use those regedits. Play it clean!<{POST_SNAPBACK}>Can this be done outlook express?
Create an account or sign in to comment