AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Message-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.MessageDsn

Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.SimpleEmail.dll
Version: 3.x.y.z

Syntax

C#
public class MessageDsn

The MessageDsn type exposes the following members

Constructors

NameDescription
Public Method MessageDsn()

Properties

NameTypeDescription
Public Property ArrivalDate System.DateTime

Gets and sets the property ArrivalDateUtc.

This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use ArrivalDateUtc instead. Setting either ArrivalDate or ArrivalDateUtc results in both ArrivalDate and ArrivalDateUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. ArrivalDate is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.

When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

Public Property ArrivalDateUtc System.DateTime

Gets and sets the property ArrivalDateUtc.

When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

Public Property ExtensionFields System.Collections.Generic.List<Amazon.SimpleEmail.Model.ExtensionField>

Gets and sets the property ExtensionFields.

Additional X-headers to include in the DSN.

Public Property ReportingMta System.String

Gets and sets the property ReportingMta.

The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5