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

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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