TMimeWriter.QEncode Method
Returns the Q-encode of a string, used in the MIME Headers. //RFC 2047
Syntax
Unit: FlexCel.Core
class function TMimeWriter.QEncode(const s: string; const addMetaInfo: TQEncodeMetaInfo): string; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
s |
string |
String to encode |
const |
addMetaInfo |
TQEncodeMetaInfo |
Defines if to add the string "=?charset?encoding?" will be appended at the begining, and "?=" at the end. |
See also