| MailServiceDispose Method |
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax Remarks Call
Dispose when you are finished using the
MailService. The
Dispose method leaves the
MailService in an unusable state. After
calling
Dispose, you must release all references to the
MailService so
the garbage collector can reclaim the memory that the
MailService was occupying.
See Also