Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ContentTransferEncodingField ClassMIME4NET Class Library Documentation
Represents a Content-Transfer-Encoding field.
Inheritance Hierarchy

System Object
  NI.Email.Mime.Field MimeField
    NI.Email.Mime.Field ContentTransferEncodingField

Namespace: NI.Email.Mime.Field
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public class ContentTransferEncodingField : MimeField

The ContentTransferEncodingField type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetEncoding
Gets the encoding of the given field if. Returns the default 7bit if not set or if f is null.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodParseBody (Overrides MimeField ParseBody(String).)
Public methodToString (Inherited from MimeField.)
Top
Fields

  NameDescription
Protected fieldbody (Inherited from MimeField.)
Public fieldStatic memberEncoding7Bit
The 7bit encoding.
Public fieldStatic memberEncoding8Bit
The 8bit encoding.
Public fieldStatic memberEncodingBase64
The base64 encoding.
Public fieldStatic memberEncodingBinary
The binary encoding.
Public fieldStatic memberEncodingQuotedPrintable
The quoted-printable encoding.
Protected fieldname (Inherited from MimeField.)
Protected fieldraw (Inherited from MimeField.)
Top
Properties

  NameDescription
Public propertyBody
Gets the unfolded, unparsed and possibly encoded (see RFC 2047) field body string.
(Inherited from MimeField.)
Public propertyEncoding
Gets the encoding defined in this field.
Public propertyIsContentType
Determines if this is a Content-Type field.
(Inherited from MimeField.)
Public propertyIsFrom
Determines if this is a From field.
(Inherited from MimeField.)
Public propertyIsSubject
Determines if this is a Subject field.
(Inherited from MimeField.)
Public propertyIsTo
Determines if this is a To field.
(Inherited from MimeField.)
Public propertyName
Gets the name of the field (Subject, From, etc).
(Inherited from MimeField.)
Public propertyRaw
Gets the original raw field string.
(Inherited from MimeField.)
Top
See Also