是否可以将打印按钮链接作为邮件的内容

I don't know if this is a stupid question,sorry if it is but seriously I would like to know if it is possible to have a print button link inside my mail content,so that once i have clicked the print link,it would help me print the specific mail content without the print button being shown.I have used window.print() in an html page which allows me to print the specific contents of the page.Likewise,Is there some method by which i could print the mail contents.Hope someone could help me.

To print specific content of an email you need to run javascript in your email and that script may have adverse effects in your email. some client sides respond email with js as spam and some will block that will create problem to you. So in my case better way is not to have print button in email.