property SubjectTransferEncoding: char;
Description
Holds the transfer encoding for the Subject and Organization headers of the email message.
This property can be set to any of the following:
'8' - 8-bit ASCII encoding;
'B' - Base64 encoding;
'Q' - quoted-printable encoding.
See Also