Message Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

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.dll
Version: 2.0.0.3

Syntax

C#
public class Message : Object

The Message type exposes the following members

Constructors

  Name Description
Public Method Message() Default constructor for a new Message object. Callers should use the properties to initialize this object after creating it.
Public Method Message(Content, Body) Constructs a new Message object. Callers should use the properties initialize any additional object members.

Properties

  Name Description
Public Property Body The message body.
Public Property Subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8