Optional analysisOptional attachmentsList of IDs of attachments found in the email. Use these IDs with the Inbox and Email Controllers to download attachments and attachment meta data such as filesize, name, extension.
Optional bccList of BCC recipients email addresses that the email was addressed to. See recipients object for names.
Optional bodyThe body of the email message as text parsed from the SMTP message body (does not include attachments). Fetch the raw content to access the SMTP message and use the attachments property to access attachments. The body is stored separately to the email entity so the body is not returned in paginated results only in full single email or wait requests.
Optional bodyAn excerpt of the body of the email message for quick preview. Takes HTML content part if exists falls back to TEXT content part if not
Optional bodyMD5A hash signature of the email message using MD5. Useful for comparing emails without fetching full body.
Optional bodyA list of detected multipart mime message body part content types such as text/plain and text/html. Can be used with email bodyPart endpoints to fetch individual body parts.
Optional ccList of CC recipients email addresses that the email was addressed to. See recipients object for names.
Optional charsetDetected character set of the email body such as UTF-8
When was the email received by MailSlurp
Optional domainID of the domain that received the email
Optional externalUID used by external IMAP server to identify email
Optional favouriteIs email favourited
Optional fromWho the email was sent from. An email address - see fromName for the sender name.
Optional headersCollection of SMTP headers attached to email
Optional headersMulti-value map of SMTP headers attached to email
Optional htmlID of the email entity
Optional inParsed value of In-Reply-To header. A Message-ID in a thread.
ID of the inbox that received the email
Optional isHTMLIs the email body content type HTML?
Optional isXAmpIs the email body content type x-amp-html Amp4Email?
Optional messageRFC 5322 Message-ID header value without angle brackets.
Read flag. Has the email ever been viewed in the dashboard or fetched via the API with a hydrated body? If so the email is marked as read. Paginated results do not affect read status. Read status is different to email opened event as it depends on your own account accessing the email. Email opened is determined by tracking pixels sent to other uses if enable during sending. You can listened for both email read and email opened events using webhooks.
Optional recipientsOptional replyThe replyTo field on the received email message
Optional senderOptional sizeSize of raw email message in bytes
Optional subjectThe subject line of the email message as specified by SMTP subject header
Can the email be accessed by organization team members
Optional textAn excerpt of the body of the email message for quick preview. Takes TEXT content part if exists
Optional threadMailSlurp thread ID for email chain that enables lookup for In-Reply-To and References fields.
List of To recipient email addresses that the email was addressed to. See recipients object for names.
When was the email last updated
ID of user that email belongs to
Optional xamp
Email entity (also known as EmailDto). When an SMTP email message is received by MailSlurp it is parsed. The body and attachments are written to disk and the fields such as to, from, subject etc are stored in a database. The
bodycontains the email content. If you want the original SMTP message see thegetRawEmailendpoints. The attachments can be fetched using the AttachmentControllerExport
Interface
Email