Hi
I want to open outlook when user click on email link just like 'mailto' function in web application. How can I do that?
Thanx
Hi vatsldesai24,
Mailto link can be set using the NavigateUrl property of the ASP.NET Mobile Link Control, e.g.:
<mobile:Link ID="Link1" Runat="server" NavigateUrl="mailto:someone@domain.com">Drop me an email</mobile:Link>
If the user will using outlook it will use the outlook to send the email. It is a default feature.