Click here to Skip to main content
15,913,854 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i have a e-mailid link. i want when user clicked
on e-mail address then out look should open with clicked
emailid should be show at its To feild.
so how can i do this?
Posted

You don't need to write any code for that. It's system configuration dependant. Let's say, if I configure Outlook as my default email client on my system, it will automatically open outlook when I click an email id.

You don't have control on it. Every individual has his own preference and rightly so. If someone does not has an Outlook installed, instead some other email client is there then that would be launched.
 
Share this answer
 
Comments
Abhinav S 21-Dec-10 4:22am    
Good answer.
amit_83 21-Dec-10 5:05am    
Thankx for reply
Try below code
<a href="mailto:xyz@xyzcom">Reach Me</a>
 
Share this answer
 
v2
Comments
Toniyo Jackson 21-Dec-10 4:22am    
Always write your code inside code block.
amit_83 21-Dec-10 5:05am    
thankx for this

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900