Table of Contents

TMimeWriter.QEncode Method

Returns the Q-encode of a string, used in the MIME Headers. //RFC 2047

Syntax

Namespace: FlexCel.Core

public static String QEncode(String s, TQEncodeMetaInfo addMetaInfo)

Parameters

<-> Parameter Type Description
s String String to encode
addMetaInfo TQEncodeMetaInfo Defines if to add the string "=?charset?encoding?" will be appended at the begining, and "?=" at the end.

See also