TransferEncoding Enum
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9313)
Type of transfer encoding of the content.
Syntax
public enum TransferEncodingFields
| Name | Description | 
|---|---|
| Base64 | Base64 encoding. | 
| Binary | No encoding, content data is binary. | 
| EightBit | No encoding, content data is 8bit. | 
| QuotedPrintable | Quoted-Printable encoding. | 
| SevenBit | No encoding, content data is 7bit. | 
| Unknown | Unknown content encoding. |