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.) |
See Also