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 textual data, plus an optional character set specification.

By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.Content

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

Syntax

C#
public class Content

The Content type exposes the following members

Constructors

NameDescription
Public Method Content()

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

Public Method Content(string)

Instantiates Content with the parameterized properties

Properties

NameTypeDescription
Public Property Charset System.String

Gets and sets the property Charset.

The character set of the content.

Public Property Data System.String

Gets and sets the property Data.

The textual data of the content.

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