MailMessageBodyPlainText Property |
Namespace: MailBee.Mime
Alternatively, to make plain-text version of HTML body of an existing message, you should set MailMessage.Parser.HtmlToPlainMode property to IfNoPlain value. This property must be set BEFORE any property of the MailMessage gets accessed.
Or, for a new message (the one you're composing), to make the outgoing message contain the plain-text body, set MailMessage.Builder.HtmlToPlainMode to IfNoPlain value. This property must be set BEFORE the message gets sent or saved to disk.
If you deal with plain-text messages with no quoted-printable or base64 encoding and experience issues with wrapping long text lines, consider setting UnwrappedLineLengthLimit property to a bigger value.