The id of the account to use.
The ids of the blobs to parse.
OptionalbodyA list of properties to fetch for each EmailBodyPart returned. If omitted, defaults to the same value as the Email/get “bodyProperties” default argument.
Optionalfetch(default: false) If true, the bodyValues property includes any text/* part in the bodyStructure property.
Optionalfetch(default: false) If true, the bodyValues property includes any text/* part in the htmlBody property.
Optionalfetch(default: false) If true, the bodyValues property includes any text/* part in the textBody property.
Optionalmax(default: 0) If greater than zero, the value property of any EmailBodyValue object returned in bodyValues MUST be truncated if necessary so it does not exceed this number of octets in size. If 0 (the default), no truncation occurs.
OptionalpropertiesIf supplied, only the properties listed in the array are returned for each Email object. If omitted, defaults to:
[ "messageId", "inReplyTo", "references", "sender", "from", "to",
"cc", "bcc", "replyTo", "subject", "sentAt", "hasAttachment",
"preview", "bodyValues", "textBody", "htmlBody", "attachments" ]`
The arguments for parsing Email objects via an
Email/parsecall