G
Guest
Hello,
I'm trying to migrate an ASP intranet website to ASP.NET. The old ASP file
has some HTML code behind an image button which links to a public folder in
outlook. I want to do the same thing with code behind an ASP.NET image
button. I was hoping I could simply include the following code in the click
event handler of the button:
Response.Redirect("outlook://Public%20Folders/All%20Public%20Folders/Trading/VigCalendar")
Unfortunately this doesn't seem to do anything, though if I enter this exact
address into the internet explorer address bar, it redirects outlook
appropriately, as the old HTML code does.
The HTML code used a standard <a href> HTML to form the connection.
Does anyone know how I can do this in ASP.NET (launch Outlook to a preferred
location on client machines?)
Thanks,
I'm trying to migrate an ASP intranet website to ASP.NET. The old ASP file
has some HTML code behind an image button which links to a public folder in
outlook. I want to do the same thing with code behind an ASP.NET image
button. I was hoping I could simply include the following code in the click
event handler of the button:
Response.Redirect("outlook://Public%20Folders/All%20Public%20Folders/Trading/VigCalendar")
Unfortunately this doesn't seem to do anything, though if I enter this exact
address into the internet explorer address bar, it redirects outlook
appropriately, as the old HTML code does.
The HTML code used a standard <a href> HTML to form the connection.
Does anyone know how I can do this in ASP.NET (launch Outlook to a preferred
location on client machines?)
Thanks,