Sometimes applications like desktop email clients won’t let right click and download a link. With some basic HTML you can overcome this problem.
To do so, open real time html editor http://htmledit.squarefree.com/ .
Now paste the below HTML code.
<a href=”url”>Click here to download.</a>
Now paste your code in between the URL.
Now after, you are able to download particular link. 🙂