Window.open("mailto:"exa...@example.com"?subject=<some
Subject>&body=" + getBody(), "_blank", "");
But when I try to return html code in the getBody() method.. it is
rendered as plain text instead of being rendered as described by the
html tags.
Also, Can I have tables, charts or images in the body? If yes, How?