aspNetEmail

MailEncoding Enumeration

Can be used for setting the encoding property for ContentTransferEncoding; See RFC 1521 for more information.

public enum MailEncoding

Members

Member NameDescription
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.

Requirements

Namespace: aspNetEmail

Assembly: aspNetEmail (in aspNetEmail.dll)

See Also

aspNetEmail Namespace