TSmtpCli.Allow8BitChars

From Overbyte
Revision as of 11:04, 29 May 2009 by Arno (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS component reference -> TSmtpCli -> Allow8BitChars

Definition

property Allow8BitChars: Boolean;

Description

If set to FALSE enables encoding of header lines and MailMessage text. The component detects whether a string contains 8-bit characters and encodes it either quoted-printable or base64 internally if required. In order to enforce encoding set property DefaultEncoding to either smtpQuotedPrintable or smtpBase64.

Example

Best practices

How to