MailSettings.DoNotQuoteProblematicSequences Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
DoNotQuoteProblematicSequences
Disable encoding of leading 'F', '.' and '-' character in body parts using quoted-printable content transfer encoding. These leading characters used to cause problems to legacy mail transfer agents, so quoted-printable-encoding them was used as a workaround that doesn't cause any problems to properly-implemented mail agents.
Declaration
public bool DoNotQuoteProblematicSequences { get; set; }
Property Value
Type | Description |
---|---|
Boolean |