Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SetActiveReceiptRuleSet C# (CSharp) Method

SetActiveReceiptRuleSet() public method

Sets the specified receipt rule set as the active receipt rule set.

To disable your email-receiving through Amazon SES completely, you can call this API with RuleSetName set to null.

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

/// Indicates that the provided receipt rule set does not exist. ///
public SetActiveReceiptRuleSet ( SetActiveReceiptRuleSetRequest request ) : SetActiveReceiptRuleSetResponse
request SetActiveReceiptRuleSetRequest Container for the necessary parameters to execute the SetActiveReceiptRuleSet service method.
return SetActiveReceiptRuleSetResponse
        public SetActiveReceiptRuleSetResponse SetActiveReceiptRuleSet(SetActiveReceiptRuleSetRequest request)
        {
            var marshaller = new SetActiveReceiptRuleSetRequestMarshaller();
            var unmarshaller = SetActiveReceiptRuleSetResponseUnmarshaller.Instance;

            return Invoke<SetActiveReceiptRuleSetRequest,SetActiveReceiptRuleSetResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient