HtmlMessageAutoSaving Enumeration |
Defines the available modes for automatic saving of the HTML body or related files of the message
into
WorkingFolder location during parsing the message.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public enum HtmlMessageAutoSaving
Public Enumeration HtmlMessageAutoSaving
Members
| Member name | Value | Description |
---|
| NoAutoSave | 0 |
Do nothing.
|
| SaveMessageHtmAndRelatedFiles | 1 |
Save HTML body of the message into the message.htm file.
All related files will be saved into the same location.
|
| SaveMessageMht | 2 |
Save HTML body of the message and all related files into a single message.mht file (Web Archive).
|
| AlterHtmlBody | 3 |
Save all related objects into MailMessage.Parser.WorkingFolder and
replace all CIDs in the message HTML body with relatives URIs (in fact, filenames) pointing to the corresponding related files in
WorkingFolder.
|
Remarks See Also