Body |
The BodyPartText type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentDescription |
Gets the Content-Description of the body part, if available.
(Inherited from BodyPartBasic) | |
| ContentDisposition |
Gets the Content-Disposition of the body part, if available.
(Inherited from BodyPartBasic) | |
| ContentId |
Gets the Content-Id of the body part, if available.
(Inherited from BodyPartBasic) | |
| ContentLanguage |
Gets the Content-Language of the body part, if available.
(Inherited from BodyPartBasic) | |
| ContentLocation |
Gets the Content-Location of the body part, if available.
(Inherited from BodyPartBasic) | |
| ContentMd5 |
Gets the MD5 hash of the content, if available.
(Inherited from BodyPartBasic) | |
| ContentTransferEncoding |
Gets the Content-Transfer-Encoding of the body part.
(Inherited from BodyPartBasic) | |
| ContentType |
Gets the Content-Type of the body part.
(Inherited from BodyPart) | |
| FileName |
Get the name of the file.
(Inherited from BodyPartBasic) | |
| IsAttachment |
Determines whether or not the body part is an attachment.
(Inherited from BodyPartBasic) | |
| IsHtml | Gets whether or not this text part contains HTML. | |
| IsPlain | Gets whether or not this text part contains plain text. | |
| Lines | Gets the length of the text, in lines. | |
| Octets |
Gets the size of the body part, in bytes.
(Inherited from BodyPartBasic) | |
| PartSpecifier |
Gets the part specifier.
(Inherited from BodyPart) |