Optional
blobId?: Id | nullOptional
charset?: string | nullThe value of the charset parameter of the Content-Type header field, if present, or null if the header field is present but not of type "text/*"
Optional
cid?: string | nullThe value of the Content-Id header field of the part, if present; otherwise, it's null
Optional
disposition?: string | nullThe value of the Content-Disposition header field of the part, if present; otherwise, it's null
Optional
headers?: EmailHeader[]Optional
language?: string[] | nullThe list of language tags in the Content-Language header field of the part, if present
Optional
location?: string | nullThe URI in the Content-Location header field of the part, if present
Optional
name?: string | nullOptional
partId?: string | nullOptional
size?: numberuint
Optional
subParts?: EmailBodyPartFields[] | nullOptional
type?: stringThe value of the Content-Type header field of the part, if present; otherwise, the implicit type as per the MIME standard ("text/plain" or "message/rfc822" if inside a "multipart/digest")
RFC 8621 (4.1.4) - https://datatracker.ietf.org/doc/html/rfc8621#section-4.1.4