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.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property DoNotQuoteProblematicSequences As Boolean
	Get
	Set
C#
public bool DoNotQuoteProblematicSequences { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also