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?
+2
A:
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.
Simon P Stevens
2010-04-23 07:19:06
+1
A:
Yes. The class is IDisposable and the MSDN example still calls Dispose on it.
driis
2010-04-23 07:19:14