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 message to be sent, composed of a subject and a body.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.Message

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

Syntax

C#
public class Message

The Message type exposes the following members

Constructors

NameDescription
Public Method Message()

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

Public Method Message(Content, Body)

Instantiates Message with the parameterized properties

Properties

NameTypeDescription
Public Property Body Amazon.SimpleEmail.Model.Body

Gets and sets the property Body.

The message body.

Public Property Subject Amazon.SimpleEmail.Model.Content

Gets and sets the property Subject.

The subject of the message: A short summary of the content, which appears in the recipient's inbox.

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