DotNetOpenMail 0.5.7 (beta)

DoNothingEncoder Class

An encoder that does nothing. (This is essentially what the 7bit and 8bit encodings are; they are just markers, not actual encodings)

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

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

[Visual Basic]
MustInherit Public Class DoNothingEncoder
    Implements IEncoder
[C#]
public abstract class DoNothingEncoder : IEncoder
[C++]
public __gc __abstract class DoNothingEncoder : public IEncoder
[JScript]
public  class DoNothingEncoder extends IEncoder

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

DoNothingEncoder Members | DotNetOpenMail.Encoding Namespace