Encoding ValueQuoted Printable Field
Quoted-printable encoding
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public const string QuotedPrintable = "QUOTED-PRINTABLE"VB
Public Const QuotedPrintable As String = "QUOTED-PRINTABLE"C++
public:
literal String^ QuotedPrintable = "QUOTED-PRINTABLE"F#
static val mutable QuotedPrintable: string