MailManager / Client / get_archive_message

get_archive_message#

MailManager.Client.get_archive_message(**kwargs)#

Returns a pre-signed URL that provides temporary download access to the specific email message stored in the archive.

See also: AWS API Documentation

Request Syntax

response = client.get_archive_message(
    ArchivedMessageId='string'
)
Parameters:

ArchivedMessageId (string) –

[REQUIRED]

The unique identifier of the archived email message.

Return type:

dict

Returns:

Response Syntax

{
    'MessageDownloadLink': 'string'
}

Response Structure

  • (dict) –

    The response containing details about the requested archived email message.

    • MessageDownloadLink (string) –

      A pre-signed URL to temporarily download the full message content.

Exceptions

  • MailManager.Client.exceptions.ValidationException

  • MailManager.Client.exceptions.AccessDeniedException

  • MailManager.Client.exceptions.ThrottlingException