Interface for accessing AmazonSimpleEmailService. Amazon Simple Email Service

This is the API Reference for Amazon Simple Email Service (Amazon SES). This documentation is intended to be used in conjunction with the Amazon SES Getting Started Guide and the Amazon SES Developer Guide.

For specific details on how to construct a service request, please consult theAmazon SES Developer Guide.

NOTE:The endpoint for Amazon SES is located at: https://email.us-east-1.amazonaws.com

Namespace: Amazon.SimpleEmail
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface AmazonSimpleEmailService : IDisposable
Public Interface AmazonSimpleEmailService _
	Inherits IDisposable
public interface class AmazonSimpleEmailService : IDisposable

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BeginDeleteIdentity(DeleteIdentityRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the DeleteIdentity operation.
BeginDeleteVerifiedEmailAddress(DeleteVerifiedEmailAddressRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the DeleteVerifiedEmailAddress operation.
BeginGetIdentityVerificationAttributes(GetIdentityVerificationAttributesRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the GetIdentityVerificationAttributes operation.
BeginGetSendQuota(GetSendQuotaRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the GetSendQuota operation.
BeginGetSendStatistics(GetSendStatisticsRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the GetSendStatistics operation.
BeginListIdentities(ListIdentitiesRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the ListIdentities operation.
BeginListVerifiedEmailAddresses(ListVerifiedEmailAddressesRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the ListVerifiedEmailAddresses operation.
BeginSendEmail(SendEmailRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the SendEmail operation.
BeginSendRawEmail(SendRawEmailRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the SendRawEmail operation.
BeginVerifyDomainIdentity(VerifyDomainIdentityRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the VerifyDomainIdentity operation.
BeginVerifyEmailAddress(VerifyEmailAddressRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the VerifyEmailAddress operation.
BeginVerifyEmailIdentity(VerifyEmailIdentityRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the VerifyEmailIdentity operation.
DeleteIdentity(DeleteIdentityRequest)

Deletes the specified identity (email address or domain) from the list of verified identities.

DeleteVerifiedEmailAddress(DeleteVerifiedEmailAddressRequest)

Deletes the specified email address from the list of verified addresses.

IMPORTANT:The DeleteVerifiedEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The DeleteIdentity action is now preferred.

Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
EndDeleteIdentity(IAsyncResult)
Finishes the asynchronous execution of the DeleteIdentity operation.
EndDeleteVerifiedEmailAddress(IAsyncResult)
Finishes the asynchronous execution of the DeleteVerifiedEmailAddress operation.
EndGetIdentityVerificationAttributes(IAsyncResult)
Finishes the asynchronous execution of the GetIdentityVerificationAttributes operation.
EndGetSendQuota(IAsyncResult)
Finishes the asynchronous execution of the GetSendQuota operation.
EndGetSendStatistics(IAsyncResult)
Finishes the asynchronous execution of the GetSendStatistics operation.
EndListIdentities(IAsyncResult)
Finishes the asynchronous execution of the ListIdentities operation.
EndListVerifiedEmailAddresses(IAsyncResult)
Finishes the asynchronous execution of the ListVerifiedEmailAddresses operation.
EndSendEmail(IAsyncResult)
Finishes the asynchronous execution of the SendEmail operation.
EndSendRawEmail(IAsyncResult)
Finishes the asynchronous execution of the SendRawEmail operation.
EndVerifyDomainIdentity(IAsyncResult)
Finishes the asynchronous execution of the VerifyDomainIdentity operation.
EndVerifyEmailAddress(IAsyncResult)
Finishes the asynchronous execution of the VerifyEmailAddress operation.
EndVerifyEmailIdentity(IAsyncResult)
Finishes the asynchronous execution of the VerifyEmailIdentity operation.
GetIdentityVerificationAttributes(GetIdentityVerificationAttributesRequest)

Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.

GetSendQuota()()()()

Returns the user's current sending limits.

GetSendQuota(GetSendQuotaRequest)

Returns the user's current sending limits.

GetSendStatistics()()()()

Returns the user's sending statistics. The result is a list of data points, representing the last two weeks of sending activity.

Each data point in the list contains statistics for a 15-minute interval.

GetSendStatistics(GetSendStatisticsRequest)

Returns the user's sending statistics. The result is a list of data points, representing the last two weeks of sending activity.

Each data point in the list contains statistics for a 15-minute interval.

ListIdentities()()()()

Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.

ListIdentities(ListIdentitiesRequest)

Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.

ListVerifiedEmailAddresses()()()()

Returns a list containing all of the email addresses that have been verified.

IMPORTANT:The ListVerifiedEmailAddresses action is deprecated as of the May 15, 2012 release of Domain Verification. The ListIdentities action is now preferred.

ListVerifiedEmailAddresses(ListVerifiedEmailAddressesRequest)

Returns a list containing all of the email addresses that have been verified.

IMPORTANT:The ListVerifiedEmailAddresses action is deprecated as of the May 15, 2012 release of Domain Verification. The ListIdentities action is now preferred.

SendEmail(SendEmailRequest)

Composes an email message based on input data, and then immediately queues the message for sending.

IMPORTANT:If you have not yet requested production access to Amazon SES, then you will only be able to send email to and from verified email addresses and domains. For more information, go to the Amazon SES Developer Guide.

The total size of the message cannot exceed 10 MB.

Amazon SES has a limit on the total number of recipients per message: The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.

For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the "Managing Your Sending Activity" section of theAmazon SES Developer Guide.

SendRawEmail(SendRawEmailRequest)

Sends an email message, with header and content specified by the client. The SendRawEmail action is useful for sending multipart MIME emails. The raw text of the message must comply with Internet email standards; otherwise, the message cannot be sent.

IMPORTANT:If you have not yet requested production access to Amazon SES, then you will only be able to send email to and from verified email addresses and domains. For more information, go to the Amazon SES Developer Guide.

The total size of the message cannot exceed 10 MB. This includes any attachments that are part of the message.

Amazon SES has a limit on the total number of recipients per message: The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.

For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the "Managing Your Sending Activity" section of theAmazon SES Developer Guide.

VerifyDomainIdentity(VerifyDomainIdentityRequest)

Verifies a domain.

VerifyEmailAddress(VerifyEmailAddressRequest)

Verifies an email address. This action causes a confirmation email message to be sent to the specified address.

IMPORTANT:The VerifyEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The VerifyEmailIdentity action is now preferred.

VerifyEmailIdentity(VerifyEmailIdentityRequest)

Verifies an email address. This action causes a confirmation email message to be sent to the specified address.

See Also