Mime4.net Home | Community Edition | Order | Usage examples | Feedback
UnstructuredField ClassMIME4NET Class Library Documentation
Simple unstructured field such as Subject.
Inheritance Hierarchy

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

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

public class UnstructuredField : MimeField

The UnstructuredField 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 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.)
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 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.)
Public propertyValue
Top
See Also