Is this the right way or there is a better way to construct an html emil
string body = "<html><body><title>Test</title>";
body = body + "<style type= \"text/css\">";
body = body + "body{background-color: yellow;}</style>";
body = body + "<body>Test</body></body></html>";
Go to the complete details ...