TransferEncoding

TransferEncoding enumeration (8 values)

Specifies the Content-Transfer-Encoding header information.

ValueDescription
UnknownThe transfer encoding is unknown.
SevenBitThe data is in 7-bit US-ASCII characters.
EightBitThe data is in 8-bit characters.
BinaryThe binary encoding.
QuotedPrintableQuoted-printable, is an encoding using printable ASCII characters.
Base64Base64 encoding that encodes stream-based data.
UUEncodeUUEncoding that encodes binary data for transmission over the uucp mail system.
BinHexThe binary-to-hexadecimal encoding.