Reputation: 1817
i am sending an attachement, and the email sends successfuly , but when i tries to delete the same file it gives the error as "file is being used by another process" i am deleting by system.io.file.delete()
Upvotes: 0
Views: 604
Reputation: 117220
Did you Dispose
correctly? For both the Stream
and the SmtpClient
after sending the mail?
Upvotes: 1