DotNetOpenMail 0.5.7 (beta)

DotNetOpenMail.Encoding Namespace

Namespace hierarchy

Classes

Class Description
Base64Encoder Encode a file in Base64 Encoding. See: http://www.freesoft.org/CIE/RFC/1521/7.htm
DoNothingEncoder An encoder that does nothing. (This is essentially what the 7bit and 8bit encodings are; they are just markers, not actual encodings)
EightBitEncoder Denotes 8bit encoding. Note that this doesn't really encode anything; it just specifies that this email is already in 8-bit encoding.
QPEncoder See: http://www.freesoft.org/CIE/RFC/1521/6.htm
SevenBitEncoder Denotes 7bit encoding. Note that this doesn't really encode anything; it just specifies that this email is already in 7-bit ascii encoding.

Interfaces

Interface Description
IEncoder An interface for a string encoder

Enumerations

Enumeration Description
EncodingType Enumeration of encoding types.