Mime4.net Home | Community Edition | Order | Usage examples | Feedback
BodyDescriptor ClassMIME4NET Class Library Documentation
Encapsulates the values of the MIME-specific header fields (which starts with Content-).
Inheritance Hierarchy

System Object
  NI.Email.Mime BodyDescriptor

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

public class BodyDescriptor

The BodyDescriptor type exposes the following members.

Constructors

  NameDescription
Public methodBodyDescriptor 
Creates a new root BodyDescriptor instance.
Public methodBodyDescriptor(BodyDescriptor)
Creates a new BodyDescriptor instance.
Top
Methods

  NameDescription
Public methodAddField
Should be called for each Content- header field of a MIME message or part.
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.)
Public methodIsMimeType
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyBoundary
Public propertyCharset
Public propertyIsBase64Encoded
Public propertyIsMessage
Public propertyIsMultipart
Public propertyIsQuotedPrintableEncoded
Public propertyMimeType
Public propertyParameters
Public propertyTransferEncoding
Top
See Also