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.

An object that contains status information for a reputation entity, including the current status, cause description, and timestamp.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.StatusRecord

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

Syntax

C#
public class StatusRecord

The StatusRecord type exposes the following members

Constructors

NameDescription
Public Method StatusRecord()

Properties

NameTypeDescription
Public Property Cause System.String

Gets and sets the property Cause.

A description of the reason for the current status, or null if no specific cause is available.

Public Property LastUpdatedTimestamp System.DateTime

Gets and sets the property LastUpdatedTimestamp.

The timestamp when this status was last updated.

Public Property Status Amazon.SimpleEmailV2.SendingStatus

Gets and sets the property Status.

The current sending status. This can be one of the following:

  • ENABLED – Sending is allowed.

  • DISABLED – Sending is prevented.

  • REINSTATED – Sending is allowed even with active reputation findings.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5