Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SendBounce C# (CSharp) Метод

SendBounce() публичный Метод

Generates and sends a bounce message to the sender of an email you received through Amazon SES. You can only use this API on an email up to 24 hours after you receive it.

You cannot use this API to send generic bounces for mail that was not received by Amazon SES.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

/// Indicates that the action failed, and the message could not be sent. Check the error /// stack for more information about what caused the error. ///
public SendBounce ( SendBounceRequest request ) : SendBounceResponse
request SendBounceRequest Container for the necessary parameters to execute the SendBounce service method.
Результат SendBounceResponse
        public SendBounceResponse SendBounce(SendBounceRequest request)
        {
            var marshaller = new SendBounceRequestMarshaller();
            var unmarshaller = SendBounceResponseUnmarshaller.Instance;

            return Invoke<SendBounceRequest,SendBounceResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient