open outlook form

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

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
 

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

Similar Threads


Back
Top