GlobalPreserveMimePartOrder Property |
Gets or sets whether MailBee should put plain-text and HTML part before any other text parts.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static bool PreserveMimePartOrder { get; set; }
Public Shared Property PreserveMimePartOrder As Boolean
Get
Set
Property Value
Type:
BooleanIf
true, MailBee will not re-arrange MIME parts when building the message from the existing message. If
false,
MailBee will put plain-text and HTML parts first. The default value is
true.
Remarks This is special use property which is only imporant when you're re-sending existing messages. It has no sense for parsing
messages or sending new messages. Some mail clients require well-defined order of text parts (usually,
when there are more body types than just plain-text and HTML, such as text/watch-html).
See Also