MailMessageDispose Method |
Removes the temporary folders and files that are associated with the mail message.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 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