The PART structure is a parsed form of a linked list of
MIME body parts. It contains the following information:
BODY body;
Body information for this part.
PART *next;
Next body part.
The following PART information is used only by the C client
interface internally. The use of this data is driver-specific and it
can not be relied upon by applications.