Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Multipart ClassMIME4NET Class Library Documentation
Represents a MIME multipart body (see RFC 2045).A multipart body has a ordered list of body parts. The multipart body also has a preamble and epilogue. The preamble consists of whatever characters appear before the first body part while the epilogue consists of whatever characters come after the last body part.
Inheritance Hierarchy

System Object
  NI.Email.Mime.Message Multipart

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

public class Multipart : IBody

The Multipart type exposes the following members.

Constructors

  NameDescription
Public methodMultipart
Creates a new empty Multipart instance.
Top
Methods

  NameDescription
Public methodAddBodyPart
Adds a body part to the end of the list of body parts.
Public methodAddRelatedBinaryPart
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteTo
Top
Properties

  NameDescription
Public propertyBodyParts
Gets the list of body parts. The list is immutable.
Public propertyEpilogue
Gets the epilogue.
Public propertyParent
Public propertyPreamble
Gets the preamble.
Public propertySubType
Gets the multipart sub-type. E.g. alternative (the default) or parallel. See RFC 2045 for common sub-types and their meaning.
Top
See Also