If you are looking to attach a file to an email, reference this:
http://msdn.microsoft.com/en-us/library/gg334229.aspx
If you are looking to embed a table inside the email you should simply be able to add the appropriate "<table>" elements to the body. You will just to to write the appropriate code to generate the HTML string based on teh data you wish to display.
Jason Lattimer