Enum that describes the ContentTransferEncoding header field
See RFC 2045 section 6 for more details
Member Name | Description |
---|---|
SevenBit | 7 bit Encoding |
EightBit | 8 bit Encoding |
QuotedPrintable | Quoted Printable Encoding |
Base64 | Base64 Encoding |
Binary | Binary Encoding |
Namespace: OpenPop.Mime.Header
Assembly: OpenPop (in OpenPop.dll)