4D v18

transporter.headerCharset

Home

 
4D v18
transporter.headerCharset

transporter.headerCharset 


 

   
Parameter Type   Description
transporter.headerCharset   Text in Charset and encoding used for headers and names of the Email object

Read-only property

The transporter.headerCharset property contains the charset and encoding used for the following parts of the email: 

  • subject, 
  • attachment filename(s), 
  • email name.

Possible values:

Constant Value Comment
mail mode ISO2022JP US-ASCII_ISO-2022-JP_UTF8_QP
  • headerCharset: US-ASCII if possible, Japanese (ISO-2022-JP) & Quoted-printable if possible, otherwise UTF-8 & Quoted-printable
  • bodyCharset: US-ASCII if possible, Japanese (ISO-2022-JP) & 7-bit if possible, otherwise UTF-8 & Quoted-printable
mail mode ISO88591 ISO-8859-1
  • headerCharset: ISO-8859-1 & Quoted-printable
  • bodyCharset: ISO-8859-1 & 8-bit
mail mode UTF8 US-ASCII_UTF8_QP

headerCharset & bodyCharset: US-ASCII if possible, otherwise UTF-8 & Quoted-printable (default value)

mail mode UTF8 in base64 US-ASCII_UTF8_B64

headerCharset & bodyCharset: US-ASCII if possible, otherwise UTF-8 & base64

This property can be set using the SMTP New transporter command. 



See also 

transporter.bodyCharset

 
PROPERTIES 

Product: 4D
Theme: Mail

 
HISTORY 

New
Created: 4D v17 R5
Modified: 4D v18

 
ARTICLE USAGE

4D Language Reference ( 4D v18)