The Extra Outlook

A somewhat techie article after a long time, prompted no doubt by my travails at my last client! Read on if:

  1. You are in consulting
  2. Your firm uses Microsoft Outlook
  3. Your client uses Microsoft Outlook
  4. You want to connect to two Exchange Server instances at the same time

Of course, you could read on even if none of the above applies to you.

The reasons why #4 is difficult in the above are:

  1. You attach an Exchange Server to a profile
  2. Only one Exchange Server can be attached to a profile
  3. Only one profile can be opened at one point of time in Microsoft Outlook

So only one inbox can be open at one time.

Luckily the solution for this is very simple and straightforward. And you have Hammer of God’s ExtraOutlook to thank for this. Here is what you will do:

  1. Download ExtraOutlook
  2. Extract the file from the Zip archive and either add the directory to your path or note the directory
  3. Let’s say that your Exchange Servers are attached to different profiles called “My Own Company”, “My First Client”, “My Second Client” and so on. For each client create a batch file (a file with an extension .bat) with the following content
    ExtraOutlook.exe "C:Program FilesMicrosoft OfficeOffice12OUTLOOK.EXE" /profile "My Own Company"
    Replace the part after /profile with the names of the profiles that you have. The above will work if the directory with ExtraOutlook is in your path. If it isn’t, create a batch file in the following manner:
    <Path to ExtraOutlook>ExtraOutlook.exe "C:Program FilesMicrosoft OfficeOffice12OUTLOOK.EXE" /profile "My Own Company"
    You will have one such batch file for each instance that you want to run.
  4. Close all open instances of Outlook
  5. Double click the batch file to launch whichever instance of Outlook you want to connect to.

You could use some variants of the above setup too. E.g. I haven’t created batch files for my default profile. That way if I launch Outlook by itself, I get connected to my company’s Exchange Server.

Good luck!

2 Responses to “The Extra Outlook”

  1. […] andere mogelijkheid waarbij je twee ‘instances’ van Outlook naast elkaar kunt draaien: ExtraOutlook. Je hebt dan in het ene venster je werk account (agenda, mail, enz.) en in het andere je privĂ© […]

  2. […] Outlook 2010 yet? There is another possibility by running two instances of Outlook side by side: ExtraOutlook. In this case you’ll see your corporate Outlook account in one window and your private […]

Sorry, comments are closed at this time.