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

CreateReceiptFilter() public method

Creates a new IP address filter.

For information about setting up IP address filters, 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 CreateReceiptFilter ( Amazon.SimpleEmail.Model.CreateReceiptFilterRequest request ) : CreateReceiptFilterResponse
request Amazon.SimpleEmail.Model.CreateReceiptFilterRequest Container for the necessary parameters to execute the CreateReceiptFilter service method.
return CreateReceiptFilterResponse
        public CreateReceiptFilterResponse CreateReceiptFilter(CreateReceiptFilterRequest request)
        {
            var marshaller = new CreateReceiptFilterRequestMarshaller();
            var unmarshaller = CreateReceiptFilterResponseUnmarshaller.Instance;

            return Invoke<CreateReceiptFilterRequest,CreateReceiptFilterResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient