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

Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.

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

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

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

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

Body ( Content text ) : System

Instantiates Body with the parameterized properties

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

Метод Описание
IsSetHtml ( ) : bool
IsSetText ( ) : bool

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

Body() публичный метод

Empty constructor used to set properties independently even when a simple constructor is available
public Body ( ) : System
Результат System

Body() публичный метод

Instantiates Body with the parameterized properties
public Body ( Content text ) : System
text Content The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
Результат System