使用 smtp 客户端发送电子邮件,附件出现错误

发布于 2024-09-16 15:49:26 字数 92 浏览 6 评论 0原文

我正在发送附件,并且电子邮件发送成功,但是当我尝试删除同一文件时,它给出错误“文件正在被另一个进程使用” 我正在通过 system.io.file.delete() 删除

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()

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流绪微梦 2024-09-23 15:49:26

处置正确吗?对于发送邮件后的 StreamSmtpClient

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文