

# InboundRawMessage


Information about the raw email body content.

## Contents


 ** Body **   <a name="connect-Type-InboundRawMessage-Body"></a>
The email message body.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 5242880.  
Required: Yes

 ** ContentType **   <a name="connect-Type-InboundRawMessage-ContentType"></a>
Type of content, that is, `text/plain` or `text/html`.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Required: Yes

 ** Subject **   <a name="connect-Type-InboundRawMessage-Subject"></a>
The email subject.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 998.  
Required: Yes

 ** Headers **   <a name="connect-Type-InboundRawMessage-Headers"></a>
Headers present in inbound email.  
Type: String to string map  
Valid Keys: `REFERENCES | MESSAGE_ID | IN_REPLY_TO | X_SES_SPAM_VERDICT | X_SES_VIRUS_VERDICT`   
Value Length Constraints: Minimum length of 1. Maximum length of 20000.  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/connect-2017-08-08/InboundRawMessage) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/connect-2017-08-08/InboundRawMessage) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/connect-2017-08-08/InboundRawMessage) 