DotNetOpenMail 0.5.7 (beta)

EightBitEncoder Class

Denotes 8bit encoding. Note that this doesn't really encode anything; it just specifies that this email is already in 8-bit encoding.

For a list of all members of this type, see EightBitEncoder Members.

System.Object
   DotNetOpenMail.Encoding.DoNothingEncoder
      DotNetOpenMail.Encoding.EightBitEncoder

[Visual Basic]
Public Class EightBitEncoder
    Inherits DoNothingEncoder
[C#]
public class EightBitEncoder : DoNothingEncoder
[C++]
public __gc class EightBitEncoder : public DoNothingEncoder
[JScript]
public class EightBitEncoder extends DoNothingEncoder

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DotNetOpenMail.Encoding

Assembly: DotNetOpenMail (in DotNetOpenMail.dll)

See Also

EightBitEncoder Members | DotNetOpenMail.Encoding Namespace