I'm trying to download a file from a website and then take this downloaded file and send it to a user as an attachment using e-mail. (SMTP mail using the System.Net.Mail namespace). How can I download the file and attach it? Thanks.