Hunny Software Library Reference

QuotedPrintableEncoder.ProtectFrom Property

Gets or sets the option to protect "From " at the beginning of a line.

[Visual Basic]
Public Property ProtectFrom As Boolean
[C#]
public bool ProtectFrom {get; set;}

Property Value

If true, the encoder encodes "From " at the beginning of a line as "From=20".

Remarks

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.

See Also

QuotedPrintableEncoder Class | Hunny.Mime Namespace