Specifies the Content-Transfer-Encoding header information.
Enumerator |
---|
Unknown | The transfer encoding is unknown.
|
SevenBit | The data is in 7-bit US-ASCII characters.
|
EightBit | The data is in 8-bit characters.
|
Binary | The binary encoding.
|
QuotedPrintable | Quoted-printable, is an encoding using printable ASCII characters.
|
Base64 | Base64 encoding that encodes stream-based data.
|
UUEncode | UUEncoding that encodes binary data for transmission over the uucp mail system.
|
BinHex | The binary-to-hexadecimal encoding.
|