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

GetIdentityMailFromDomainAttributes() public method

Returns the custom MAIL FROM attributes for a list of identities (email addresses and/or domains).

This action is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.

public GetIdentityMailFromDomainAttributes ( GetIdentityMailFromDomainAttributesRequest request ) : GetIdentityMailFromDomainAttributesResponse
request GetIdentityMailFromDomainAttributesRequest Container for the necessary parameters to execute the GetIdentityMailFromDomainAttributes service method.
return GetIdentityMailFromDomainAttributesResponse
        public GetIdentityMailFromDomainAttributesResponse GetIdentityMailFromDomainAttributes(GetIdentityMailFromDomainAttributesRequest request)
        {
            var marshaller = new GetIdentityMailFromDomainAttributesRequestMarshaller();
            var unmarshaller = GetIdentityMailFromDomainAttributesResponseUnmarshaller.Instance;

            return Invoke<GetIdentityMailFromDomainAttributesRequest,GetIdentityMailFromDomainAttributesResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient