C# Класс Amazon.SimpleEmail.Model.Message

Represents the message to be sent, composed of a subject and a body.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Message ( ) : System

Default constructor for a new Message object. Callers should use the properties to initialize this object after creating it.

Message ( Content subject, Body body ) : System

Constructs a new Message object. Callers should use the properties initialize any additional object members.

Приватные методы

Метод Описание
IsSetBody ( ) : bool
IsSetSubject ( ) : bool

Описание методов

Message() публичный Метод

Default constructor for a new Message object. Callers should use the properties to initialize this object after creating it.
public Message ( ) : System
Результат System

Message() публичный Метод

Constructs a new Message object. Callers should use the properties initialize any additional object members.
public Message ( Content subject, Body body ) : System
subject Content The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
body Body The message body.
Результат System