

# Body
<a name="API_Body"></a>

Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.

## Contents
<a name="API_Body_Contents"></a>

 ** Html **   
The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.  
Type: [Content](API_Content.md) object  
Required: No

 ** Text **   
The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).  
Type: [Content](API_Content.md) object  
Required: No

## See Also
<a name="API_Body_SeeAlso"></a>

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/email-2010-12-01/Body) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/email-2010-12-01/Body) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/email-2010-12-01/Body) 