View Single Post
  #1 (permalink)  
Old 04-02-2008, 06:11 PM
vikas777 vikas777 is offline
Junior Member
 
Join Date: Apr 2008
Posts: 1
Question How can I open a .eml file with attachment in Internet Explorer

Hi All,

I am not able to open an uploaded .eml file with attachment in my application.

I am able to open the .eml file without attachment by saving the corresponding .eml file with .mht extension during runtime.

Question: Can I open the files of type .eml/.msg from the application using outlook express?

Presently the user can open their uploaded files by clicking on the name of the file which will be displayed in a table as links. On the click event I have called window.open() function which will open the corresponding file in a new window. All the other files are opening except email files with attachment.
Is there a solution for this?

Any thoughts on this issue will be appreciable.

Please reply if any part seems to be unclear.

Thanks in advance for any help you can offer.

Frontend: Asp.NET [framework 1.1]
Backend: SQL Server 2000

Thanks,
Vikas
Reply With Quote