How to open a .eml file in Outlook 2007
By Joao
If you try to open a .eml file in Outlook 2007, it will create a new message containing the .eml file as an attachment.
In order to read .eml files from Outlook 2007, you need to pass the /eml argument to outlook.exe . This Microsoft kb article describes how to tweak the windows registry to accomplish this.
Essentially you need to edit the HKEY_CLASSES_ROOT/Microsoft Internet Mail Message\shell\open\command default value to :
“%ProgramFiles%\Microsoft Office\Office12\OUTLOOK.EXE” /eml “%1″
To revert back to using Outlook Express, set the value of the same key to:
“%ProgramFiles%\Outlook Express\msimn.exe” /eml:%1
Related posts:
- winetricks fails when installing vcrun2010 Problem: You run winetricks vcrun2010 But get the message: Using...
Related posts brought to you by Yet Another Related Posts Plugin.
eml , microsoft , outlook 


October 15th, 2009