Enum TransferEncoding

TransferEncoding enumeration

Specifies the Content-Transfer-Encoding header information.

public enum TransferEncoding

Values

NameValueDescription
Unknown-1The transfer encoding is unknown.
SevenBit2The data is in 7-bit US-ASCII characters.
EightBit3The data is in 8-bit characters.
Binary4The binary encoding.
QuotedPrintable0Quoted-printable, is an encoding using printable ASCII characters.
Base641Base64 encoding that encodes stream-based data.
UUEncode5UUEncoding that encodes binary data for transmission over the uucp mail system.
BinHex6The binary-to-hexadecimal encoding.

See Also