TransferEncodingType Enum
An enumeration of MIME transfer encoding types.
Fields
| Base64 | The base64 encoding type. |
| Binary | The binary encoding type. |
| EightBit | The eight bit encoding type. |
| QuotedPrintable | The quoted printable encoding type. |
| SevenBit | The seven bit encoding type. |
| Unknown | The unknown encoding type. |