When I click on a mailto link on my .NET web application, it of course defaults to opening my default outlook account. Is there a way I could code the mailto to open a specific outlook account?
You can't really change the client's setting using server-side codes. You can't change anything unfortunately.