2019/09/12 - Amazon WorkMail Message Flow - 1 new api methods
Changes Update workmailmessageflow client to latest version
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.