View Single Post
Old 08-17-2004, 05:01 PM   #5 (permalink)
neekap
Tilted
 
Location: Central OH
Being new, I'm lacking the ability to attach files, but you may want to compare the copy/pasted Windows XP registry fix for .eml files and see how it compares to your 98 box. I know in XP that fixing this issue isn't as easy as reinstalling Outlook Express or tinkering with the file associations in Explorer. I can't remember what site I pulled this off of, either, so I apologize for not being a complete help...

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.eml]
@="Microsoft Internet Mail Message"
"Content Type"="message/rfc822"

[HKEY_CLASSES_ROOT\Microsoft Internet Mail Message]
@="Outlook Express Mail Message"

[HKEY_CLASSES_ROOT\Microsoft Internet Mail Message\CLSID]
@="{5645C8C3-E277-11CF-8FDA-00AA00A14F93}"

[HKEY_CLASSES_ROOT\Microsoft Internet Mail Message\DefaultIcon]
@=hex(2):25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,\
00,73,00,25,00,5c,00,4f,00,75,00,74,00,6c,00,6f,00,6f,00,6b,00,20,00,45,00,\
78,00,70,00,72,00,65,00,73,00,73,00,5c,00,6d,00,73,00,69,00,6d,00,6e,00,2e,\
00,65,00,78,00,65,00,2c,00,2d,00,34,00,00,00

[HKEY_CLASSES_ROOT\Microsoft Internet Mail Message\shell]

[HKEY_CLASSES_ROOT\Microsoft Internet Mail Message\shell\open]

[HKEY_CLASSES_ROOT\Microsoft Internet Mail Message\shell\open\command]
@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\
00,65,00,73,00,25,00,5c,00,4f,00,75,00,74,00,6c,00,6f,00,6f,00,6b,00,20,00,\
45,00,78,00,70,00,72,00,65,00,73,00,73,00,5c,00,6d,00,73,00,69,00,6d,00,6e,\
00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,00,65,00,6d,00,6c,00,3a,00,25,00,\
31,00,00,00
neekap is offline  
 

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