Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.net v3.5 以前では、SMTP クライアントを使用して電子メールを送信した後、手動で添付ファイルを破棄する必要がありましたが、これは .net v4 でも必要ですか?
MSDN によると、Dispose()メソッドは .net 4 にまだ存在しており、メモにはまだ呼び出す必要があると記載されているため、何も変わっていないと思います。
はい。クラスは IDisposable であり、MSDN の例では引き続き Dispose を呼び出します。