The Bodypart type exposes the following members.

Properties

  NameDescription
Public propertyDescription
The MIME content-description of this body part. This value may contain some descriptive information on the body part.
Public propertyDisposition
The MIME content-disposition for this body part. This field is not mandatory and may be empty.
Public propertyEncoding
The MIME content-transfer-encoding mechanism used for encoding this body part's data.
Public propertyId
The MIME content-id of this body part, if any. This value may be used for uniquely identifying MIME entities in several contexts.
Public propertyLanguage
A string giving the body language. This field is not mandatory and may be empty.
Public propertyLines
The size of the body in text lines. This field is only present in body parts with a content-type of text.
Public propertyLocation
A string list giving the body content URI. This field is not mandatory and may be empty.
Public propertyMd5
The computed MD5-Hash of the body part. This field is not mandatory and may be empty.
Public propertyParameters
Parameter values present in the MIME content-type header of this body part (for instance, 'charset').
Public propertySize
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.
Public propertySubtype
The MIME content-subtype of this body part. The subtype specifies a specific format for the type of data.
Public propertyType
The MIME content-type of this body part. The content-type is used to declare the general type of data.

See Also