AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.Body

Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.SimpleEmail.dll
Version: 3.x.y.z

Syntax

C#
public class Body

The Body type exposes the following members

Constructors

NameDescription
Public Method Body()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method Body(Content)

Instantiates Body with the parameterized properties

Properties

NameTypeDescription
Public Property Html Amazon.SimpleEmail.Model.Content

Gets and sets the property 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.

Public Property Text Amazon.SimpleEmail.Model.Content

Gets and sets the property 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).

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5