Table of Contents
A low-level client representing Amazon WorkMail Message Flow:
import boto3
client = boto3.client('workmailmessageflow')
These are the available methods:
Check if an operation can be paginated.
Generate a presigned url given a client, its method, and arguments
The presigned url
Create a paginator for an operation.
Retrieves the raw content of an in-transit email message, in MIME format.
See also: AWS API Documentation
Request Syntax
response = client.get_raw_message_content(
messageId='string'
)
[REQUIRED]
The identifier of the email message to retrieve.
{
'messageContent': StreamingBody()
}
Response Structure
The raw content of the email message, in MIME format.
Returns an object that can wait for some condition.
The available paginators are: