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

CreateReceiptRuleSet() public method

Creates an empty receipt rule set.

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

This action is throttled at one request per second.

/// Indicates that a resource could not be created because of a naming conflict. /// /// Indicates that a resource could not be created because of service limits. For a list /// of Amazon SES limits, see the Amazon /// SES Developer Guide. ///
public CreateReceiptRuleSet ( CreateReceiptRuleSetRequest request ) : CreateReceiptRuleSetResponse
request CreateReceiptRuleSetRequest Container for the necessary parameters to execute the CreateReceiptRuleSet service method.
return CreateReceiptRuleSetResponse
        public CreateReceiptRuleSetResponse CreateReceiptRuleSet(CreateReceiptRuleSetRequest request)
        {
            var marshaller = new CreateReceiptRuleSetRequestMarshaller();
            var unmarshaller = CreateReceiptRuleSetResponseUnmarshaller.Instance;

            return Invoke<CreateReceiptRuleSetRequest,CreateReceiptRuleSetResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient