MessagePart Type
A message part of a message listing.
Remarks
Messages are split into message parts. Each MessagePart is specified by a unique identifier, namely the Id field. Each part contains data, and other fields describing that part.
Fields
contentDisposition String |
This property shows the value of the Content-Disposition header of the message part. |
contentEncoding String |
This property shows how the data is encoded. |
contentId String |
This property shows the value of the Content-Id header of the message part. |
contentType String |
This property shows the type of data contained in the message part. |
filename String |
This property shows the filename corresponding to the part (if the part was included in the message as an attached file). |
id String |
This property contains the identifier of a part listing which may be identified in other parts or messages. The format of part identifiers is specified by the IMAP RFCs. |
multipartMode String |
This property shows how this part relates to the message's whole multipart structure ('mixed', 'alternative', etc.). |
parameters String |
This property contains the additional parameters passed to the ContentType header such as the part charset etc. |
size Int64 |
This property contains the size of a part in a message part listing. |
Constructors
public init()