Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Windows Live > Live Mail

Force WLM to Open *.eml Attachments

Closed Thread
 
Thread Tools Display Modes
Old 04-03-2008   #1 (permalink)
Shawn Sheridan
Guest


 

Force WLM to Open *.eml Attachments

For some reason, e-mail received in WLM with a forwarded e-mail attachment
(*.eml) opens the attachment in Outlook Express.

Is there a way to have WLM open these attachments natively, and not use
Outlook Express?

I tried changing the File Association for *.eml from Outlook Express to WLM;
however, when I double click an attachment nothing happens, as in WLM will
not open it.

Any help is appreciated.



Old 04-10-2008   #2 (permalink)
Robert Aldwinckle
Guest


 

Re: Force WLM to Open *.eml Attachments

"Shawn Sheridan" <shawn_sheridan@xxxxxx> wrote in message
news:84551379-AF42-4FB3-9BB6-33981ED014E9@xxxxxx
Quote:

> For some reason, e-mail received in WLM with a forwarded e-mail attachment (*.eml) opens the attachment in Outlook Express.

Looks like you have OE still as the default mail client?
That's odd because I find WLMail even more tenacious than OE.

Quote:

>
> Is there a way to have WLM open these attachments natively, and not use Outlook Express?

If you would like to have WLMail as the default mail client instead
One way to change it might be to use the Add/Remove Programs
Control Panel applet and its Set Program Access and Defaults tool.
Quote:

>
> I tried changing the File Association for *.eml from Outlook Express to WLM; however, when I double click an attachment nothing
> happens, as in WLM will not open it.

That probably didn't give the correct command line parameters
for the Open Action.

<cmd_output OS="XPsp2">
F:\>assoc .eml
..eml=Microsoft Internet Mail Message

F:\>ftype "Microsoft Internet Mail Message"
File type '"Microsoft Internet Mail' not found or no open command associated with it.

F:\>ftype | find /i "mail"
contact_vcard_file="F:\Program Files\Windows Live\Mail\wlmail.exe" /VCard %1
mailto="%ProgramFiles%\Outlook Express\msimn.exe" /mailurl:%1
Microsoft Internet Mail Message="F:\Program Files\Windows Live\Mail\wlmail.exe" /eml:%1
Microsoft Internet News Message="F:\Program Files\Windows Live\Mail\wlmail.exe" /nws:%1
Windows Live Contact="F:\Program Files\Windows Live\Mail\wlmail.exe" /contact:%1
Windows Live Group="F:\Program Files\Windows Live\Mail\wlmail.exe" /group:%1
</cmd_output>

In spite of the bug with the ftype command and the stated
filetype name I think that the filtered list may be more what
you are looking for anyway.

See what you get when you try that last command
both before and after you use the Set Program... tool?

Quote:

>
> Any help is appreciated.

Good luck

Robert Aldwinckle
---


Old 04-11-2008   #3 (permalink)
Shawn Sheridan
Guest


 

Re: Force WLM to Open *.eml Attachments

Well, actually my default e-mail client is Outlook 2007. Surely there is a
fix for this.

"Robert Aldwinckle" <robald@xxxxxx> wrote in message
news:#R8R5TymIHA.4480@xxxxxx
Quote:

> "Shawn Sheridan" <shawn_sheridan@xxxxxx> wrote in message
> news:84551379-AF42-4FB3-9BB6-33981ED014E9@xxxxxx
Quote:

>> For some reason, e-mail received in WLM with a forwarded e-mail
>> attachment (*.eml) opens the attachment in Outlook Express.
>
>
> Looks like you have OE still as the default mail client?
> That's odd because I find WLMail even more tenacious than OE.
>
>
Quote:

>>
>> Is there a way to have WLM open these attachments natively, and not use
>> Outlook Express?
>
>
> If you would like to have WLMail as the default mail client instead
> One way to change it might be to use the Add/Remove Programs
> Control Panel applet and its Set Program Access and Defaults tool.
>
Quote:

>>
>> I tried changing the File Association for *.eml from Outlook Express to
>> WLM; however, when I double click an attachment nothing happens, as in
>> WLM will not open it.
>
>
> That probably didn't give the correct command line parameters
> for the Open Action.
>
> <cmd_output OS="XPsp2">
> F:\>assoc .eml
> .eml=Microsoft Internet Mail Message
>
> F:\>ftype "Microsoft Internet Mail Message"
> File type '"Microsoft Internet Mail' not found or no open command
> associated with it.
>
> F:\>ftype | find /i "mail"
> contact_vcard_file="F:\Program Files\Windows Live\Mail\wlmail.exe" /VCard
> %1
> mailto="%ProgramFiles%\Outlook Express\msimn.exe" /mailurl:%1
> Microsoft Internet Mail Message="F:\Program Files\Windows
> Live\Mail\wlmail.exe" /eml:%1
> Microsoft Internet News Message="F:\Program Files\Windows
> Live\Mail\wlmail.exe" /nws:%1
> Windows Live Contact="F:\Program Files\Windows Live\Mail\wlmail.exe"
> /contact:%1
> Windows Live Group="F:\Program Files\Windows Live\Mail\wlmail.exe"
> /group:%1
> </cmd_output>
>
> In spite of the bug with the ftype command and the stated
> filetype name I think that the filtered list may be more what
> you are looking for anyway.
>
> See what you get when you try that last command
> both before and after you use the Set Program... tool?
>
>
Quote:

>>
>> Any help is appreciated.
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
Old 04-11-2008   #4 (permalink)
Robert Aldwinckle
Guest


 

Re: Force WLM to Open *.eml Attachments

"Shawn Sheridan" <shawn_sheridan@xxxxxx> wrote in message
news:4BE4CE30-4A44-488C-BCBB-1DC2C94335CB@xxxxxx
Quote:

> Well, actually my default e-mail client is Outlook 2007. Surely there is a fix for this.

Did you try using my suggestions?


---

Quote:

>
> "Robert Aldwinckle" <robald@xxxxxx> wrote in message news:#R8R5TymIHA.4480@xxxxxx
Quote:

>> "Shawn Sheridan" <shawn_sheridan@xxxxxx> wrote in message
>> news:84551379-AF42-4FB3-9BB6-33981ED014E9@xxxxxx
Quote:

>>> For some reason, e-mail received in WLM with a forwarded e-mail attachment (*.eml) opens the attachment in Outlook Express.
>>
>>
>> Looks like you have OE still as the default mail client?
>> That's odd because I find WLMail even more tenacious than OE.
>>
>>
Quote:

>>>
>>> Is there a way to have WLM open these attachments natively, and not use Outlook Express?
>>
>>
>> If you would like to have WLMail as the default mail client instead
>> One way to change it might be to use the Add/Remove Programs
>> Control Panel applet and its Set Program Access and Defaults tool.
>>
Quote:

>>>
>>> I tried changing the File Association for *.eml from Outlook Express to WLM; however, when I double click an attachment nothing
>>> happens, as in WLM will not open it.
>>
>>
>> That probably didn't give the correct command line parameters
>> for the Open Action.
>>
>> <cmd_output OS="XPsp2">
>> F:\>assoc .eml
>> .eml=Microsoft Internet Mail Message
>>
>> F:\>ftype "Microsoft Internet Mail Message"
>> File type '"Microsoft Internet Mail' not found or no open command associated with it.
>>
>> F:\>ftype | find /i "mail"
>> contact_vcard_file="F:\Program Files\Windows Live\Mail\wlmail.exe" /VCard %1
>> mailto="%ProgramFiles%\Outlook Express\msimn.exe" /mailurl:%1
>> Microsoft Internet Mail Message="F:\Program Files\Windows Live\Mail\wlmail.exe" /eml:%1
>> Microsoft Internet News Message="F:\Program Files\Windows Live\Mail\wlmail.exe" /nws:%1
>> Windows Live Contact="F:\Program Files\Windows Live\Mail\wlmail.exe" /contact:%1
>> Windows Live Group="F:\Program Files\Windows Live\Mail\wlmail.exe" /group:%1
>> </cmd_output>
>>
>> In spite of the bug with the ftype command and the stated
>> filetype name I think that the filtered list may be more what
>> you are looking for anyway.
>>
>> See what you get when you try that last command
>> both before and after you use the Set Program... tool?
>>
>>
Quote:

>>>
>>> Any help is appreciated.
>>
>>
>> Good luck
>>
>> Robert Aldwinckle
>> ---
>>
Old 04-13-2008   #5 (permalink)
Shawn Sheridan
Guest


 

Re: Force WLM to Open *.eml Attachments

Robert,

Somehow I missed your suggestions.

To clarify, Outlook 2007 is my default e-mail client, and I do not want to
change that, as this is a corporate laptop configured for domain use.

That said, when I do launch WLM, and I have an e-mail with an *.eml
attachment, I expect WLM to open the attachment, not OE. In summary, I have
no use whatsoever for OE.

Now, Under program Access Defaults; Microsoft Windows; E-mail Program:, the
only two choices are Microsoft Office Outlook and Outlook Express. WLM is
not listed as a choice and it is set for Outlook 2007.

As for the command line commands, here is what was returned:

C:\Documents and Settings\ss09546>assoc.eml
..eml=Microsoft Internet Mail Message

C:\Documents and Settings\ss09546>ftype "Microsoft Internet Mail Message"
File type '"Microsoft Internet Mail' not found or no open command associated
with it.

C:\Documents and Settings\ss09546>ftype | find /i "mail"
mailto="C:\PROGRA~1\MICROS~2\Office12\OUTLOOK.EXE" -c IPM.Note /m "%1"
Microsoft Internet Mail Message="%ProgramFiles%\Outlook Express\msimn.exe"
/eml:%1
news="C:\Program Files\Windows Live\Mail\wlmail.exe" /newsurl:"%1"
nntp="C:\Program Files\Windows Live\Mail\wlmail.exe" /newsurl:"%1"
Outlook.URL.mailto="C:\PROGRA~1\MICROS~2\Office12\OUTLOOK.EXE" -c IPM.Note
/m "%1"
snews="C:\Program Files\Windows Live\Mail\wlmail.exe" /newsurl:"%1"
Static Windows Live Mail Backup Archive="C:\Program Files\Windows Live Mail
Backup\WinLiveMailBak.exe" "%1"
Windows Live Contact="C:\Program Files\Windows Live\Mail\wlmail.exe"
/contact:%1
Windows Live Group="C:\Program Files\Windows Live\Mail\wlmail.exe" /group:%1
WinZipCompanion.RegFile=rundll32 "C:\Program Files\WinZip E-Mail
Companion\wzofcsvc.dll",mureg "%1"

This doesn't mean much to me as a novice; however, it would seem that the
following line:

Microsoft Internet Mail Message="%ProgramFiles%\Outlook Express\msimn.exe"
/eml:%1

Should be:

Microsoft Internet Mail Message="%ProgramFiles%\Windows
Live\Mail\wlmail.exe" /eml:%1

If that's the case though, I do not know how to set it as such.

Thanks for your help.

Shawn





"Robert Aldwinckle" <robald@xxxxxx> wrote in message
news:efLjSzAnIHA.2396@xxxxxx
Quote:

> "Shawn Sheridan" <shawn_sheridan@xxxxxx> wrote in message
> news:4BE4CE30-4A44-488C-BCBB-1DC2C94335CB@xxxxxx
Quote:

>> Well, actually my default e-mail client is Outlook 2007. Surely there is
>> a fix for this.
>
>
> Did you try using my suggestions?
>
>
> ---
>
>
Quote:

>>
>> "Robert Aldwinckle" <robald@xxxxxx> wrote in message
>> news:#R8R5TymIHA.4480@xxxxxx
Quote:

>>> "Shawn Sheridan" <shawn_sheridan@xxxxxx> wrote in message
>>> news:84551379-AF42-4FB3-9BB6-33981ED014E9@xxxxxx
>>>> For some reason, e-mail received in WLM with a forwarded e-mail
>>>> attachment (*.eml) opens the attachment in Outlook Express.
>>>
>>>
>>> Looks like you have OE still as the default mail client?
>>> That's odd because I find WLMail even more tenacious than OE.
>>>
>>>
>>>>
>>>> Is there a way to have WLM open these attachments natively, and not use
>>>> Outlook Express?
>>>
>>>
>>> If you would like to have WLMail as the default mail client instead
>>> One way to change it might be to use the Add/Remove Programs
>>> Control Panel applet and its Set Program Access and Defaults tool.
>>>
>>>>
>>>> I tried changing the File Association for *.eml from Outlook Express to
>>>> WLM; however, when I double click an attachment nothing happens, as in
>>>> WLM will not open it.
>>>
>>>
>>> That probably didn't give the correct command line parameters
>>> for the Open Action.
>>>
>>> <cmd_output OS="XPsp2">
>>> F:\>assoc .eml
>>> .eml=Microsoft Internet Mail Message
>>>
>>> F:\>ftype "Microsoft Internet Mail Message"
>>> File type '"Microsoft Internet Mail' not found or no open command
>>> associated with it.
>>>
>>> F:\>ftype | find /i "mail"
>>> contact_vcard_file="F:\Program Files\Windows Live\Mail\wlmail.exe"
>>> /VCard %1
>>> mailto="%ProgramFiles%\Outlook Express\msimn.exe" /mailurl:%1
>>> Microsoft Internet Mail Message="F:\Program Files\Windows
>>> Live\Mail\wlmail.exe" /eml:%1
>>> Microsoft Internet News Message="F:\Program Files\Windows
>>> Live\Mail\wlmail.exe" /nws:%1
>>> Windows Live Contact="F:\Program Files\Windows Live\Mail\wlmail.exe"
>>> /contact:%1
>>> Windows Live Group="F:\Program Files\Windows Live\Mail\wlmail.exe"
>>> /group:%1
>>> </cmd_output>
>>>
>>> In spite of the bug with the ftype command and the stated
>>> filetype name I think that the filtered list may be more what
>>> you are looking for anyway.
>>>
>>> See what you get when you try that last command
>>> both before and after you use the Set Program... tool?
>>>
>>>
>>>>
>>>> Any help is appreciated.
>>>
>>>
>>> Good luck
>>>
>>> Robert Aldwinckle
>>> ---
>>>
>
Old 04-13-2008   #6 (permalink)
Shawn Sheridan
Guest


 

Re: Force WLM to Open *.eml Attachments

Robert,

Based on my last e-mail below, I changed the following Registry Key, and it
corrected the problem:

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Microsoft Internet Mail
Message\shell\open\command
"%ProgramFiles%\Windows Live\Mail\wlmail.exe" /eml:%1

It was set for OE before I changed it to WLM. Now it works properly.

Thanks for your help.

Shawn



"Shawn Sheridan" <shawn_sheridan@xxxxxx> wrote in message
news:AD91C94B-3DA2-4B24-9CF1-886FC461CFB8@xxxxxx
Quote:

> Robert,
>
> Somehow I missed your suggestions.
>
> To clarify, Outlook 2007 is my default e-mail client, and I do not want to
> change that, as this is a corporate laptop configured for domain use.
>
> That said, when I do launch WLM, and I have an e-mail with an *.eml
> attachment, I expect WLM to open the attachment, not OE. In summary, I
> have no use whatsoever for OE.
>
> Now, Under program Access Defaults; Microsoft Windows; E-mail Program:,
> the only two choices are Microsoft Office Outlook and Outlook Express.
> WLM is not listed as a choice and it is set for Outlook 2007.
>
> As for the command line commands, here is what was returned:
>
> C:\Documents and Settings\ss09546>assoc.eml
> .eml=Microsoft Internet Mail Message
>
> C:\Documents and Settings\ss09546>ftype "Microsoft Internet Mail Message"
> File type '"Microsoft Internet Mail' not found or no open command
> associated with it.
>
> C:\Documents and Settings\ss09546>ftype | find /i "mail"
> mailto="C:\PROGRA~1\MICROS~2\Office12\OUTLOOK.EXE" -c IPM.Note /m "%1"
> Microsoft Internet Mail Message="%ProgramFiles%\Outlook Express\msimn.exe"
> /eml:%1
> news="C:\Program Files\Windows Live\Mail\wlmail.exe" /newsurl:"%1"
> nntp="C:\Program Files\Windows Live\Mail\wlmail.exe" /newsurl:"%1"
> Outlook.URL.mailto="C:\PROGRA~1\MICROS~2\Office12\OUTLOOK.EXE" -c IPM.Note
> /m "%1"
> snews="C:\Program Files\Windows Live\Mail\wlmail.exe" /newsurl:"%1"
> Static Windows Live Mail Backup Archive="C:\Program Files\Windows Live
> Mail Backup\WinLiveMailBak.exe" "%1"
> Windows Live Contact="C:\Program Files\Windows Live\Mail\wlmail.exe"
> /contact:%1
> Windows Live Group="C:\Program Files\Windows Live\Mail\wlmail.exe"
> /group:%1
> WinZipCompanion.RegFile=rundll32 "C:\Program Files\WinZip E-Mail
> Companion\wzofcsvc.dll",mureg "%1"
>
> This doesn't mean much to me as a novice; however, it would seem that the
> following line:
>
> Microsoft Internet Mail Message="%ProgramFiles%\Outlook Express\msimn.exe"
> /eml:%1
>
> Should be:
>
> Microsoft Internet Mail Message="%ProgramFiles%\Windows
> Live\Mail\wlmail.exe" /eml:%1
>
> If that's the case though, I do not know how to set it as such.
>
> Thanks for your help.
>
> Shawn
>
>
>
>
>
> "Robert Aldwinckle" <robald@xxxxxx> wrote in message
> news:efLjSzAnIHA.2396@xxxxxx
Quote:

>> "Shawn Sheridan" <shawn_sheridan@xxxxxx> wrote in message
>> news:4BE4CE30-4A44-488C-BCBB-1DC2C94335CB@xxxxxx
Quote:

>>> Well, actually my default e-mail client is Outlook 2007. Surely there
>>> is a fix for this.
>>
>>
>> Did you try using my suggestions?
>>
>>
>> ---
>>
>>
Quote:

>>>
>>> "Robert Aldwinckle" <robald@xxxxxx> wrote in message
>>> news:#R8R5TymIHA.4480@xxxxxx
>>>> "Shawn Sheridan" <shawn_sheridan@xxxxxx> wrote in message
>>>> news:84551379-AF42-4FB3-9BB6-33981ED014E9@xxxxxx
>>>>> For some reason, e-mail received in WLM with a forwarded e-mail
>>>>> attachment (*.eml) opens the attachment in Outlook Express.
>>>>
>>>>
>>>> Looks like you have OE still as the default mail client?
>>>> That's odd because I find WLMail even more tenacious than OE.
>>>>
>>>>
>>>>>
>>>>> Is there a way to have WLM open these attachments natively, and not
>>>>> use Outlook Express?
>>>>
>>>>
>>>> If you would like to have WLMail as the default mail client instead
>>>> One way to change it might be to use the Add/Remove Programs
>>>> Control Panel applet and its Set Program Access and Defaults tool.
>>>>
>>>>>
>>>>> I tried changing the File Association for *.eml from Outlook Express
>>>>> to WLM; however, when I double click an attachment nothing happens, as
>>>>> in WLM will not open it.
>>>>
>>>>
>>>> That probably didn't give the correct command line parameters
>>>> for the Open Action.
>>>>
>>>> <cmd_output OS="XPsp2">
>>>> F:\>assoc .eml
>>>> .eml=Microsoft Internet Mail Message
>>>>
>>>> F:\>ftype "Microsoft Internet Mail Message"
>>>> File type '"Microsoft Internet Mail' not found or no open command
>>>> associated with it.
>>>>
>>>> F:\>ftype | find /i "mail"
>>>> contact_vcard_file="F:\Program Files\Windows Live\Mail\wlmail.exe"
>>>> /VCard %1
>>>> mailto="%ProgramFiles%\Outlook Express\msimn.exe" /mailurl:%1
>>>> Microsoft Internet Mail Message="F:\Program Files\Windows
>>>> Live\Mail\wlmail.exe" /eml:%1
>>>> Microsoft Internet News Message="F:\Program Files\Windows
>>>> Live\Mail\wlmail.exe" /nws:%1
>>>> Windows Live Contact="F:\Program Files\Windows Live\Mail\wlmail.exe"
>>>> /contact:%1
>>>> Windows Live Group="F:\Program Files\Windows Live\Mail\wlmail.exe"
>>>> /group:%1
>>>> </cmd_output>
>>>>
>>>> In spite of the bug with the ftype command and the stated
>>>> filetype name I think that the filtered list may be more what
>>>> you are looking for anyway.
>>>>
>>>> See what you get when you try that last command
>>>> both before and after you use the Set Program... tool?
>>>>
>>>>
>>>>>
>>>>> Any help is appreciated.
>>>>
>>>>
>>>> Good luck
>>>>
>>>> Robert Aldwinckle
>>>> ---
>>>>
>>
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't open/save attachments in windows mail. Or open or run downlo Stead Vista mail 37 08-01-2008 10:19 PM
Can't open *.doc attachments Jill & Ellis Vista mail 19 06-17-2008 01:14 PM
Cannot Open Attachments capt&coke Vista mail 34 04-05-2008 10:26 PM
Won't open attachments! Sandie Vista mail 2 06-28-2007 01:14 PM
attachments - how to open nweissma Vista mail 4 04-26-2007 12:58 PM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50