property ContentTransferEncoding: string;
Description
Holds the transfer encoding of the attachment.
Common values of ContentTransferEncoding include the following: '7bit', '8bit', 'binary', 'base64', 'binhex40', 'quoted-printable', 'xxe', 'uue'.
ContentTransferEncoding holds the value of the "Content-Transfer-Encoding" Internet Message header.
See Also