TSmtpCli.DefaultEncoding

From Overbyte
Revision as of 11:23, 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 -> DefaultEncoding

Definition

property DefaultEncoding : TSmtpDefaultEncoding;

Description

Default Transfer-Encoding.

Possible values are:

smtpEnc7bit, smtpEnc8bit, smtpEncQuotedPrintable, smtpEncBase64 

The value actually used by the component may change depending on value of property Allow8BitChars. If Allow8BitChars is set to FALSE and either smtpEnc7bit or smtpEnc8bit is set the component would encode strings quoted-printable if encoding was required, if smtpEncQuotedPrintable or smtpEncBase64 is set this encoding is enforced, regardless whether encoding was required or not.

Best Practice

See also