C# Programmation Réseau: Envoyer un fichier par email

Author:
            msg.Body = "This is a  message.";
            msg.Attachments.Add(new Attachment("7.cs""text/plain"));
            msg.Attachments.Add(new Attach