Retrieves the details of an existing message.
Your Moonbase API key.
The ID of the Message to retrieve.
Specifies which related objects to include in the response. Valid options are addresses, attachments, and conversation.
addresses, attachments, conversation Successful response.
The Email Message object represents a single email within a Conversation.
String representing the object’s type. Always email_message for this object.
"email_message"Unique identifier for the object.
The time the message was received, as an ISO 8601 timestamp in UTC.
true if the message has not been read.
true if the message appears to be part of a bulk mailing.
true if the message is classified as spam.
true if the message is in the trash.
true if the message is a draft that has not been sent.
The subject line of the email.
Structured content that can be rendered in multiple formats, currently supporting Markdown.
A concise, system-generated summary of the email content.
A list of Address objects associated with the message (sender and recipients).
Note: Only present when requested using the include query parameter.
A list of Attachment objects on the message.
Note: Only present when requested using the include query parameter.
The Conversation thread this message is part of.
Note: Only present when requested using the include query parameter.