get_raw_message_content
(**kwargs)¶Retrieves the raw content of an in-transit email message, in MIME format.
See also: AWS API Documentation
Request Syntax
response = client.get_raw_message_content(
messageId='string'
)
[REQUIRED]
The identifier of the email message to retrieve.
{
'messageContent': StreamingBody()
}
Response Structure
StreamingBody
) --The raw content of the email message, in MIME format.
Exceptions
WorkMailMessageFlow.Client.exceptions.ResourceNotFoundException