MailMessageDispose Method
Removes the temporary folders and files that are associated with the mail message.

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
Remarks
If the CreateAndDelete option was turned on when the GetHtmlAndSaveRelatedFiles method was used, all temporary folders and files associated with the mail message will automatically be removed when Dispose method gets called. Otherwise, nothing will happen.
See Also