Send a file in email using c# with no extensions? [on hold]
Send a file in email using c# with no extensions? [on hold]
How can I send a file in email using c# that does not have any extensions?
I tried this way but it did not work:
attachment = new System.Net.Mail.Attachment("C:/History");
No comments:
Post a Comment