property ContentTransferEncoding: string;
Description
Holds the transfer encoding of the message body.
Common values of ContentTransferEncoding include '7bit', '8bit', 'binary', 'base64', 'binhex40', 'quoted-printable', 'xxe', 'uue'. ContentTransferEncoding gets or sets the value of the "Content-Transfer-Encoding" Internet Message header.
When you change ContentTransferEncoding, the respective header in the Headers property is changed as well.
See Also