Search Results for

    Show / Hide 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

    • TMimeWriter
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com