open outlook form

open outlook form

am 26.12.2007 20:24:09 von tom

Is there a way to open an outlook form (.oft file) from ASP.NET using C#?

Re: open outlook form

am 26.12.2007 23:21:55 von xyz_john

Asp.net is a server side technology, so you would need to output code that
could launch a process on the client. Launching an oft file is usually done
by a shortcut to outlook, so you'll ned to tap into WScript.Shell in IE to
get anywhere near a solution.

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog


"Tom" wrote in message
news:OJm0jT$RIHA.4272@TK2MSFTNGP06.phx.gbl...
> Is there a way to open an outlook form (.oft file) from ASP.NET using C#?
>
>
>