Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Links to EML files

Reply
Thread Tools

Links to EML files

 
 
Dimitris Pantazopoulos
Guest
Posts: n/a
 
      07-22-2004
Hello
I need to create a hyperlink to an .eml file so as to view it when the link is followed. The code is:

Response.Write "<a href='\\server\folder\myeml.eml'>eml link</a>"

The problem is that the url automatically produced by this link is:
"mhtml:file://\\server\folder\myeml.eml"
and the file cannot be found.

If I manually type "file:///\\server\folder\myeml.eml" everything works fine.

How can I produce the correct url from my asp code? Any ideas?

dimitris



 
Reply With Quote
 
 
 
 
Dimitris Pantazopoulos
Guest
Posts: n/a
 
      07-22-2004
Okay
I found this to be a known bug: http://support.microsoft.com/default...b;EN-US;825803

The workaround is unacceptable though. Any ideas?

dimitris

"Dimitris Pantazopoulos" wrote:

> Hello
> I need to create a hyperlink to an .eml file so as to view it when the link is followed. The code is:
>
> Response.Write "<a href='\\server\folder\myeml.eml'>eml link</a>"
>
> The problem is that the url automatically produced by this link is:
> "mhtml:file://\\server\folder\myeml.eml"
> and the file cannot be found.
>
> If I manually type "file:///\\server\folder\myeml.eml" everything works fine.
>
> How can I produce the correct url from my asp code? Any ideas?
>
> dimitris
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
EML Files Validation, Enhanced EML to MHT Conversion & Date Parsing sherazam Java 0 02-23-2012 11:38 AM
Fax .eml files????? ASP .Net 1 07-13-2004 10:28 PM
parsing .eml files rpyndaATfeith.com Java 2 02-02-2004 07:31 PM
Re: What program opens .eml files. Please... slumpy Computer Support 0 08-10-2003 11:07 AM
What opens dot eml files? Jim McLaughlin Computer Support 3 07-26-2003 08:47 PM



Advertisments