您是否仍需要处理 .net v4 System.Net.Mail 中的附件?

发布于 2024-08-29 18:59:13 字数 71 浏览 6 评论 0原文

在 .net v3.5 或更低版本中,使用 SMTP 客户端发送电子邮件后需要手动处理附件,这在 .net v4 中仍然需要吗?

With .net v3.5 or less it was required to manually dispose attachments after sending an email using SMTP client, is this still required in .net v4?

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

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

发布评论

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

评论(2

兰花执着 2024-09-05 18:59:13

根据 MSDN,Dispose() 方法仍然存在于 .net 4 中,并且注释仍然说你应该调用它,所以我假设没有任何改变。

According to MSDN, the Dispose() method still exists in .net 4, and the notes still say you should call it, so I would assume nothing has changed.

归属感 2024-09-05 18:59:13

是的。该类是 IDisposable 和 MSDN 示例仍然对其调用 Dispose。

Yes. The class is IDisposable and the MSDN example still calls Dispose on it.

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