property HeadersTransferEncoding: char;
Description
Holds the transfer encoding for the following headers of this email message: From, To, Cc, Bcc, Reply-To, and Return-Receipt-To.
This property can be set to any of the following:
'8' - 8-bit ASCII encoding;
'B' - Base64 encoding;
'Q' - quoted-printable encoding.
See Also