Amazon WorkMail Message Flow

2019/09/12 - Amazon WorkMail Message Flow - 1 new api methods

Changes  Update workmailmessageflow client to latest version

GetRawMessageContent (new) Link ΒΆ

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'
)
type messageId:

string

param messageId:

[REQUIRED]

The identifier of the email message to retrieve.

rtype:

dict

returns:

Response Syntax

{
    'messageContent': StreamingBody()
}

Response Structure

  • (dict) --

    • messageContent (:class:`.StreamingBody`) --

      The raw content of the email message, in MIME format.