Amazon WorkMail Message Flow

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.

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