I am trying to use the credentials from the forms authentication login to
automaticaly log in to Outlook Web. I get the user from User.Identity.Name
and I get the password from the database because the Identity object does
not store this.
Then I pass the username and password like so:
[url]http://UserName:Password@mailserver/exchange[/url]
I have seen this example in other posts but this does not work for me. I
still get the Outlook Windows Login prompt.

Perry