File not found error?

J

jiangyh

hi there:

I use following source to fire outlook express,but I have a file not
found error.

System.ComponentModel.Win32Exception: File not found

System.Diagnostics.Process.Start(mailto:[email protected]);

How to resolve this.
Thanks a lot
 
J

Jignesh Desai

I believe you want to start your client';s Outlook express from browser.

you can use hyperlink for the same
eg:
<a href=mailto:[email protected] > </a>

Regards,
Jignesh Desai
 
J

jiangyh

hi Jignesh Desai:

yes I want to start outlook express but I have a server button to fire
this event.so I need to use process object to start outlook at server side.

thanks a lot.
 
E

Eliyahu Goldin

Do you want your user to get up from his computer and find his way to the
server to see the outlook open over there?

Eliyahu
 
J

jiangyh

hi Eliyahu Goldin:

yes I want.

Eliyahu Goldin said:
Do you want your user to get up from his computer and find his way to the
server to see the outlook open over there?

Eliyahu
 
E

Eliyahu Goldin

The syntax mailto:[email protected] is good for openning a new empty
message on the client. It is used on client with an <a> element, as Jignesh
pointed out.

To call an exe with Process.Start you need to specify the path like
"%ProgramFiles%\Outlook Express\msimn.exe". That is provided you've taken
care of all security issues.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,439
Members
44,829
Latest member
PIXThurman

Latest Threads

Top