:doc:`WorkMailMessageFlow <../../workmailmessageflow>` / Client / get_raw_message_content

***********************
get_raw_message_content
***********************



.. py:method:: WorkMailMessageFlow.Client.get_raw_message_content(**kwargs)

  

  Retrieves the raw content of an in-transit email message, in MIME format.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workmailmessageflow-2019-05-01/GetRawMessageContent>`_  


  **Request Syntax**
  ::

    response = 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.

        
  
  **Exceptions**
  
  *   :py:class:`WorkMailMessageFlow.Client.exceptions.ResourceNotFoundException`

  