The MimeBodyPart type exposes the following members.
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