Difference between revisions of "TSmtpCli.ConvertToCharset"

From Overbyte
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
== Description ==
 
== 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.  
+
If set to TRUE enforces charset conversion to the character set specified in property [[TSmtpCli.CharSet | '''CharSet''']]. This property is ignored by UNICODE compilers. UNICODE compilers always convert to the character set specified.
  
== Best Practice ==
+
== Common Practice ==
Set it to TRUE with CharSet "utf-8"
+
Usually it's set to FALSE except with CharSet "utf-8".
  
 
== See also ==
 
== See also ==
 
*[[What's_new_in_TSmtpCli_V7 | What's new in TSmtpCli V7]]
 
*[[What's_new_in_TSmtpCli_V7 | What's new in TSmtpCli V7]]
 
*[[TIcsCharsetComboBox]]
 
*[[TIcsCharsetComboBox]]

Latest revision as of 12:16, 29 May 2009

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 to FALSE except with CharSet "utf-8".

See also