TransferEncoding Enum
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
Type of transfer encoding of the content.
Syntax
public enum TransferEncoding
Fields
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. |