| MimePart Properties |
The MimePart type exposes the following members.
| Name | Description | |
|---|---|---|
| Boundary |
Gets the string which delimits MIME parts nested into this part.
| |
| Charset |
Gets the name of the character encoding of the MIME part.
| |
| ContentID |
Gets the Content-ID value of the MIME part.
| |
| ContentLocation |
Gets the content location of the MIME part.
| |
| ContentType |
Gets the content type of the MIME part as a string.
| |
| Description |
Gets the content description of the MIME part as a string.
| |
| Disposition |
Gets the content disposition of the MIME part.
| |
| Filename |
Gets the filename of the MIME part as specified in the message.
| |
| Headers |
Gets or sets the collection of the MIME part headers.
| |
| IsComplete |
Indicates whether the MIME part of the message was received completely.
| |
| IsFile |
Indicates whether the MIME part is a file.
| |
| IsInline |
Indicates whether the MIME part is inline.
| |
| IsMessageInside |
Indicates whether the MIME part is an encapsulated mail message.
| |
| IsRelated |
Indicates whether the MIME part is related to other MIME parts of this message.
| |
| MailEncodingOriginal |
Gets the name of the mail transfer encoding of the MIME part.
| |
| Name |
Gets the name of the MIME part.
| |
| PartType |
Gets the category of the MIME part content.
| |
| RawHeader |
Gets a string containing the header section of the MIME part in the original form.
| |
| Size |
Gets the size of the MIME part content in bytes.
| |
| SubParts |
Gets the collection of all immediate sub-parts of the MIME part.
|