You would think that by 2008 Entourage would allow you to chose the default email account in, oh I don't know, the preferences screen. No, that is too much to ask.
Here is the solution, an AppleScript:
tell application "Microsoft Entourage" set homeAccount to IMAP account named "Meancode" set default mail account to homeAccount end tell
