4D v18transporter.headerCharset |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v18
transporter.headerCharset
|
Parameter | Type | Description | ||||||
transporter.headerCharset | Text |
![]() |
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:
Possible values:
Constant | Value | Comment |
mail mode ISO2022JP | US-ASCII_ISO-2022-JP_UTF8_QP |
|
mail mode ISO88591 | ISO-8859-1 |
|
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.
Product: 4D
Theme: Mail
Created: 4D v17 R5
Modified: 4D v18
4D Language Reference ( 4D v18)