vakas
vakas

Reputation: 1817

sending email with smtp client with attachment giving error

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

Answers (1)

leppie
leppie

Reputation: 117220

Did you Dispose correctly? For both the Stream and the SmtpClient after sending the mail?

Upvotes: 1

Related Questions