The Bodypart type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Description |
The MIME content-description of this body part. This value
may contain some descriptive information on the body part.
|
![]() | Disposition |
The MIME content-disposition for this body part. This field
is not mandatory and may be empty.
|
![]() | Encoding |
The MIME content-transfer-encoding mechanism used for
encoding this body part's data.
|
![]() | Id |
The MIME content-id of this body part, if any. This value
may be used for uniquely identifying MIME entities in
several contexts.
|
![]() | Language |
A string giving the body language. This field is not mandatory
and may be empty.
|
![]() | Lines |
The size of the body in text lines. This field is only
present in body parts with a content-type of text.
|
![]() | Location |
A string list giving the body content URI. This field is not
mandatory and may be empty.
|
![]() | Md5 |
The computed MD5-Hash of the body part. This field is not
mandatory and may be empty.
|
![]() | Parameters |
Parameter values present in the MIME content-type header
of this body part (for instance, 'charset').
|
![]() | Size |
The size of this body part in bytes. Note that this size
is the size in its transfer encoding and not the resulting
size after any decoding.
|
![]() | Subtype |
The MIME content-subtype of this body part. The subtype
specifies a specific format for the type of data.
|
![]() | Type |
The MIME content-type of this body part. The content-type is
used to declare the general type of data.
|