10-17-2012
07:56 AM
- last edited on
10-17-2012
08:43 AM
by
BelmaHFL
hi,
How to call default email client on clicking lable which contain email id
can you tell me how to do this in blackberry webworks
10-17-2012 09:46 AM
<label>
<a href="mailto:info@example.com?subject=subject&cc=cc@exa>mail link</a>
</label>
You can see more information on what can be passed by checking this site out:
- http://yoast.com/guide-mailto-links/