attachment

Sending E-mail with Attachment

Last month, I had lectured on how to make a program that can send an e-mail using visual basic.net. Now, we will create a program that can send also e-mails but has an attachment. For this tutorial we will use the System.Net.Mail namespace as it contains classes used for sending e-mails to a Simple Mail Transfer Protocol (SMTP) server for delivery. Now, let's start this sending an e-mail with attachment tutorial! 1.