Hi,

I registered my own custom file type/extension in Windows.
The associated application is started when I double click
such files in Windows Explorer.

However when I try to open such files attached to an e-mail
in Outlook Express I get an error message that there is no
application associated for this operation, Thunderbird works
fine.

My first guess was that the MIME Content-Type has to be registered.
So I added in HKEY_CLASSES_ROOT\.fxd\ value REG_SZ 
"Content Type = application/myapp" 
and in HKEY_CLASSES_ROOT\MIME\Database\Content Type\ a key 
"application/myapp" with a value REG_SZ "Extension = .fxd",
however no luck. My TSmtpCli application sends the attachment 
with "Content-Type: application/myapp;".

Any ideas?

-- 
Arno Garrels


 


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to