AWS SDK for .NET Documentation
Message Constructor (subject, body)
AmazonAmazon.SimpleEmail.ModelMessageMessage(Content, Body) Did this page help you?   Yes   No    Tell us about it...
Constructs a new Message object. Callers should use the properties initialize any additional object members.
Declaration Syntax
C#
public Message(
	Content subject,
	Body body
)
Parameters
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.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)