TSmtpCli.ConvertToCharset

From Overbyte
Jump to navigation Jump to search

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

Definition

property ConvertToCharset : Boolean;

Description

If set to TRUE enforces charset conversion to the character set specified in property CharSet. This property is ignored by UNICODE compilers. UNICODE compilers always convert to the character set specified.

Common Practice

Usually it's set FALSE except with CharSet "utf-8".

See also