Encapsulates a MIME body part
Inheritance Hierarchy
Ipswitch.Messaging.Framework.MailMimeBodyPart
Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The MimeBodyPart type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetBodyLines |
Returns the body part body as a series of CRLF delimited lines
| |
| GetBodyStream |
Returns the body part body as a byte stream
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetHeaderLines |
Returns the body part header as a series of CRLF delimited lines
| |
| GetHeaderStream |
Returns the body part header as a byte stream
| |
| GetLines |
Returns the body part as a series of CRLF delimited lines
| |
| GetStream |
Returns the body part as a byte stream
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BodySize |
The body part body size
| |
| ContentDescription |
The Content-Description header
| |
| ContentDisposition |
The Content-Disposition header
| |
| ContentDispositionParameters |
The collection of Content-Disposition header parameters
| |
| ContentId |
The Content-ID header
| |
| ContentLanguage |
The Content-Language header
| |
| ContentMD5 |
The Content-MD5 header
| |
| ContentTransferEncoding |
The Content-Transfer-Encoding header
| |
| ContentType |
The body part content type
| |
| ContentTypeParameters |
The collection of Content-Type parameters
| |
| HeaderSize |
The body part header size
| |
| LineCount |
The number of CRLF delimited lines
| |
| MimeVersion |
The MIME version
| |
| Parent |
The parent body part or null if this part is the root
| |
| Parts |
The child parts
| |
| Size |
The body part size
| |
| SubType |
The body part sub type
|
See Also