C# Class 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.

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetHtml ( ) : bool
IsSetText ( ) : bool

Method Details

Body() public method

Empty constructor used to set properties independently even when a simple constructor is available
public Body ( ) : System
return System

Body() public method

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).
return System