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.

An object that represents the content of the email, and optionally a character set specification.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.Content

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

Syntax

C#
public class Content

The Content type exposes the following members

Constructors

NameDescription
Public Method Content()

Properties

NameTypeDescription
Public Property Charset System.String

Gets and sets the property Charset.

The character set for the content. Because of the constraints of the SMTP protocol, Amazon SES uses 7-bit ASCII by default. If the text includes characters outside of the ASCII range, you have to specify a character set. For example, you could specify UTF-8, ISO-8859-1, or Shift_JIS.

Public Property Data System.String

Gets and sets the property Data.

The content of the message itself.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5