View Source aws_workmailmessageflow (aws v0.7.14)
Link to this section Summary
Functions
Retrieves the raw content of an in-transit email message, in MIME format.
Updates the raw content of an in-transit email message, in MIME format.
Link to this section Functions
Link to this function
get_raw_message_content(Client, MessageId, QueryMap, HeadersMap, Options0)
View SourceUpdates the raw content of an in-transit email message, in MIME format.
This example describes how to update in-transit email message. For more information and examples for using this API, see Updating message content with AWS Lambda.
Updates to an in-transit message only appear when you callPutRawMessageContent
from an AWS Lambda function configured with a synchronous Run Lambda rule. If you call PutRawMessageContent
on a delivered or sent message, the message remains unchanged, even though GetRawMessageContent returns an updated message.