0
Answer

Hidden Attachment using System.Net.Mail

Glenn Sanchez

Glenn Sanchez

12y
1.6k
1
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.
Next Recommended Forum