delete attachment file
Posted
by sam
on Stack Overflow
See other posts from Stack Overflow
or by sam
Published on 2010-05-18T12:17:03Z
Indexed on
2010/05/18
12:21 UTC
Read the original article
Hit count: 251
c#
|email-attachments
hi folks., i am using System.Net.Mail for sending mail in asp.net.. how to delete attachment file after it is send as attachment mail.. i tried to use File.Delete method.. but i am getting this error.. the process cannot access the file path\fun.jpg' because it is being used by another process. thank you
© Stack Overflow or respective owner