An interface for a string encoder
For a list of all members of this type, see IEncoder Members.
[Visual Basic] Public Interface IEncoder [C#] public interface IEncoder [C++] public __gc __interface IEncoder [JScript] public interface IEncoder
Type | 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. |
Namespace: DotNetOpenMail.Encoding
Assembly: DotNetOpenMail (in DotNetOpenMail.dll)