Jump to content

Outlook Express to Outlook 2003


D8TA
 Share

Recommended Posts

I am looking to take the contents of Outlook Express (email, contacts, etc) and migrate it to Outlook 2003. I am using Windows XPsp2 and was using the free Outlook Express but now I purchased Office 2003 and want to use Outlook 2003. I would like to script this process since in the future I will need to perform this procedure on about 2300 other PCs. These PCs are switching from a Windows XP to a different PC running Windows XPsp2. I know I need to copy the dbx files over to the new PC within Outlook Express then export them to Outlook 2003 thus the reason for the script. Has anyone ever done this or have a AutoIt script handy they could provide? Any and all assistance is appreciated.

Link to comment
Share on other sites

  • 2 months later...

i just downloaded and started using autoit today. here's what i'm working on. (my 1st script) it quits @ line 50...

Run ("C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE")

WinWaitActive("Inbox - Microsoft Outlook")

Send("!f")

Send("t")

WinWaitActive("Import and Export Wizard")

Send("{DOWN}")

Send("!n")

WinWaitActive("Internet Connection Wizard", "e-mail client to import")

Send("!n")

WinWaitActive("Internet Connection Wizard", "your name will appear")

Send("!n")

WinWaitActive("Internet Connection Wizard", "Your e-mail address")

Send("!n")

WinWaitActive("Internet Connection Wizard", "My incoming mail")

Send("!s")

Send("i")

Send("!i")

Send("mail.server")

Send("!o")

Send("exchange")

Send("!n")

WinWaitActive("Internet Connection Wizard", "Type the account name")

Send("!n")

WinWaitActive("Internet Connection Wizard", "Which method")

Send("!n")

WinWaitActive("Internet Connection Wizard", "To save these settings")

Send("{ENTER}")

WinWaitActive("Internet E-mail - ")

Send("{TAB 3}")

Send("{ENTER}")

Sleep(5000)

WinWaitActive("Inbox - Microsoft Outlook")

Send("!f")

Send("t")

WinWaitActive("Import and Export Wizard")

Send("{DOWN}")

Send("{DOWN}")

Send("!n")

WinWaitActive("Outlook Import Tool", "Select the Internet Mail applicaion") <-- here is where it hangs...... not sure why...

Send("!s")

Send("{DOWN}")

Send("!n")

WinWaitActive("Import Addresses", "Addresses will be imported")

Send("!d")

Send("!f")

WinWaitActive("Inbox - Microsoft Outlook")

Send("!f")

Send("!x")

Edited by deadguy
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...