Hidden Attachment using System.Net.Mail
Hi All,
Is there a way to attach a file using System.Net.Mail wherein the file is hidden from the recipients outlook application?
Here is part of my code:
m.Attachments.Add(new net.Attachment("c:\\hiddenfile.txt"));
Thanks.