in my asp.net page there is a button,I want it automatically open ms. outlook/ express when the button clicked .. any idea?
Thanks a lot in advance
Regards
Win
Printable View
in my asp.net page there is a button,I want it automatically open ms. outlook/ express when the button clicked .. any idea?
Thanks a lot in advance
Regards
Win
Code:System.Diagnostics.Process.Start("Outlook.exe")
or
System.Diagnostics.Process.Start("MSIMN.exe")
Thanks but this will not automatically set value to "To" field in Outlook .. any idea?
thanks
Right, you need to open the default E-Mail program and fill out it's fields? Okay, your easiest bet is to go with a hyperlink rather than a button and use this: