open outlook form
am 26.12.2007 20:24:09 von tomIs there a way to open an outlook form (.oft file) from ASP.NET using C#?
Is there a way to open an outlook form (.oft file) from ASP.NET using C#?
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"
news:OJm0jT$RIHA.4272@TK2MSFTNGP06.phx.gbl...
> Is there a way to open an outlook form (.oft file) from ASP.NET using C#?
>
>
>