AWS SDK for .NET Documentation
Data Property
AmazonAmazon.SimpleEmail.ModelRawMessageData Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Data.

The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding (if necessary).

For more information, go to the Amazon SES Developer Guide.

Declaration Syntax
C#
public MemoryStream Data { get; set; }

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