2019/09/12 - Amazon WorkMail Message Flow - 1 new api methods
Changes This release allows customers to access email messages as they flow to and from Amazon WorkMail.
Retrieves the raw content of an in-transit email message, in MIME format.
See also: AWS API Documentation
Request Syntax
client.get_raw_message_content( messageId='string' )
string
[REQUIRED]
The identifier of the email message to retrieve.
dict
Response Syntax
{ 'messageContent': StreamingBody() }
Response Structure
(dict) --
messageContent (:class:`.StreamingBody`) --
The raw content of the email message, in MIME format.