Table of Contents

TMimeWriter.WriteQuotedPrintable Method

Writes the Quoted Printable encoding of a string, as defined in RFC 2045 section 6.7 This method keeps state and breaks the line every time it is longer than 76 characters. The state is reset each time AddPartHeader is called.

Syntax

Unit: FlexCel.Core

procedure TMimeWriter.WriteQuotedPrintable(const Data: TFlexCelWriter; const s: string);

Parameters

<-> Parameter Type Description
const Data TFlexCelWriter TFlexCelWriter where we will write the data.
const s string String to Encode.

See also