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.

Container for the parameters to the UpdateAccountSendingEnabled operation. Enables or disables email sending across your entire Amazon SES account in the current Amazon Web Services Region. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending across your Amazon SES account in a given Amazon Web Services Region when reputation metrics (such as your bounce or complaint rates) reach certain thresholds.

You can execute this operation no more than once per second.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleEmail.AmazonSimpleEmailServiceRequest
      Amazon.SimpleEmail.Model.UpdateAccountSendingEnabledRequest

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

Syntax

C#
public class UpdateAccountSendingEnabledRequest : AmazonSimpleEmailServiceRequest
         IAmazonWebServiceRequest

The UpdateAccountSendingEnabledRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Describes whether email sending is enabled or disabled for your Amazon SES account in the current Amazon Web Services Region.

Examples

The following example updated the sending status for this account.

UpdateAccountSendingEnabled


var client = new AmazonSimpleEmailServiceClient();
var response = client.UpdateAccountSendingEnabled(new UpdateAccountSendingEnabledRequest 
{
    Enabled = true
});


            

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