Gets or sets the option to protect "From " at the beginning of a line.
If true, the encoder encodes "From " at the beginning of a line as "From=20".
Because of the way many applications store mail messages in a file, if the string "From " occurs at the beginning of a line, it is often changed to ">From ". If this option is true, then when "From " occurs at the beginning of a line, the encoder encodes it as "From=20" -- that is, the space character is encoded using the hex encoding.
The default value is true.
QuotedPrintableEncoder Class | Hunny.Mime Namespace