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

Namespace: FlexCel.Core

public void WriteQuotedPrintable(TextWriter Data, String s)

Parameters

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

See also