How to attach a file in with Mail in Mailing System in asp.net2.0
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
Hi, This is from Chandrakanth. Actually i have done Mailing System.It is working fine. And i want attach a file with Mail. How can i attach a file with Mail. Can any one tell me how to attach a file Thanks And Regards Chandrakanth.
Chandrakanth
System.Web.Mail.MailMessage m = System.Web.Mail.MailMessage();
m.Attachments.Add();