Can be used for setting the encoding property for ContentTransferEncoding; See RFC 1521 for more information.
| Member Name | Description |
|---|---|
| Base64 | Can be used to set EmailMessage.ContentTransferEncoding = "Base64". |
| Bit7 | Can be used to set EmailMessage.ContentTransferEncoding = "7bit" |
| Bit8 | Can be used to set the EmailMessage.ContentTransferEncoding = "8bit" |
| QuotedPrintable | Can be used to set the EmailMessage.ContentTransferEncoding = "Quoted-Printable" |
| Binary | Can be used to set the EmailMessage.ContentTransferEncoding = "binary" |
| XToken | Can be used to set the EmailMessage.ContentTransferEncoding = "x-token" |
| NullEncoding | A null encoding. Removes the Content-Transfer-Encoding header from the headers. |
| QuotedPrintableRelaxed | A relaxed quoted printable format where tabs and CRLFs are not encoded. This encoding scheme closely matches the Quoted-Printable scheme used by the Outlook/Outlook Express family. |
| QuotedPrintableMinimal | The quickest, and least stringent of the Quoted-Printable schemes. This option does not encode any of the optional, but not required, characters specified by RFC 2045. |
Namespace: aspNetEmail
Assembly: aspNetEmail (in aspNetEmail.dll)