GlobalPreserveMimePartOrder Property
Gets or sets whether MailBee should put plain-text and HTML part before any other text parts.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static bool PreserveMimePartOrder { get; set; }

Property Value

Type: Boolean
If 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