Move email attachment to the body of the email
I wrote a C# application that creates a report, and saves the results to a file. That file is then added as an attachment to a email. How do I get the file contents into the body of the email, instead of an attachment?