--
Tamir Khason
"The computer is no better
than its program." [Elting Elmore Morison]
http://www.dotnet.us/
"Newbie" <New...@discussions.microsoft.com> wrote in message
news:79C10ECB-2C4E-455B...@microsoft.com...
>I have a C# ASP.NET webform that has a linkbutton control wherein if the
>user
> clicks it, it should open up Microsoft Outlook as a separate window with
> the
> To: edit box filled in with an email address. The user should be able to
> send
> an email. How do I go about doing this?
"Tamir Khason" <ta...@removeme.khason.biz> wrote in message
news:uzZ4GAAT...@TK2MSFTNGP09.phx.gbl...
Can u pls. elaborate. I was looking at the linkbutton properties and didnt
find a structure or link field property. I also added mailto:t...@email.com in
the message handler lbtnMyButton_Click(object sender, System.EventArgs e) but
its not building.