MimeBodyPart ClassIpswitch.Messaging.Framework
Encapsulates a MIME body part
Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.Framework.MailMimeBodyPart

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public class MimeBodyPart

The MimeBodyPart type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBodyLines
Returns the body part body as a series of CRLF delimited lines
Public methodGetBodyStream
Returns the body part body as a byte stream
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHeaderLines
Returns the body part header as a series of CRLF delimited lines
Public methodGetHeaderStream
Returns the body part header as a byte stream
Public methodGetLines
Returns the body part as a series of CRLF delimited lines
Public methodGetStream
Returns the body part as a byte stream
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyBodySize
The body part body size
Public propertyContentDescription
The Content-Description header
Public propertyContentDisposition
The Content-Disposition header
Public propertyContentDispositionParameters
The collection of Content-Disposition header parameters
Public propertyContentId
The Content-ID header
Public propertyContentLanguage
The Content-Language header
Public propertyContentMD5
The Content-MD5 header
Public propertyContentTransferEncoding
The Content-Transfer-Encoding header
Public propertyContentType
The body part content type
Public propertyContentTypeParameters
The collection of Content-Type parameters
Public propertyHeaderSize
The body part header size
Public propertyLineCount
The number of CRLF delimited lines
Public propertyMimeVersion
The MIME version
Public propertyParent
The parent body part or null if this part is the root
Public propertyParts
The child parts
Public propertySize
The body part size
Public propertySubType
The body part sub type
Top
See Also

Reference