AWS SDK for .NET Documentation
Amazon.SimpleEmail.Model Namespace
AmazonAmazon.SimpleEmail.Model Did this page help you?   Yes   No    Tell us about it...
 
Declaration Syntax
C#
namespace Amazon.SimpleEmail.Model
Types
All TypesClasses
IconTypeDescription
Body
Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.
Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.

Content
Represents textual data, plus an optional character set specification.

By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.

Represents textual data, plus an optional character set specification.

By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.


DeleteIdentityRequest
Container for the parameters to the DeleteIdentity operation. Deletes the specified identity (email address or domain) from the list of verified identities.

This action is throttled at one request per second.


DeleteIdentityResponse
Returns information about the DeleteIdentityResult response and response metadata.

DeleteIdentityResult
An empty element. Receiving this element indicates that the request completed successfully.

DeleteVerifiedEmailAddressRequest
Container for the parameters to the DeleteVerifiedEmailAddress operation. Deletes the specified email address from the list of verified addresses. The DeleteVerifiedEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The DeleteIdentity action is now preferred.

This action is throttled at one request per second.


DeleteVerifiedEmailAddressResponse
Returns information about the DeleteVerifiedEmailAddressResult response and response metadata.

Destination
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form:

CopyC#
=?charset?encoding?encoded-text?=
. For more information, see RFC 2047.


GetIdentityDkimAttributesRequest
Container for the parameters to the GetIdentityDkimAttributes operation. Returns the current status of Easy DKIM signing for an entity. For domain name identities, this action also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.

This action takes a list of identities as input and returns the following information for each:

  • Whether Easy DKIM signing is enabled or disabled.
  • A set of DKIM tokens that represent the identity. If the identity is an email address, the tokens represent the domain of that address.
  • Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email addresses.

This action is throttled at one request per second.

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.


GetIdentityDkimAttributesResponse
Returns information about the GetIdentityDkimAttributesResult response and response metadata.

GetIdentityDkimAttributesResult
Represents a list of all the DKIM attributes for the specified identity.

GetIdentityNotificationAttributesRequest
Container for the parameters to the GetIdentityNotificationAttributes operation. Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.

This action is throttled at one request per second.

For more information about feedback notification, see the Amazon SES Developer Guide.


GetIdentityNotificationAttributesResponse
Returns information about the GetIdentityNotificationAttributesResult response and response metadata.

GetIdentityNotificationAttributesResult
Describes whether an identity has a bounce topic or complaint topic set, or feedback forwarding enabled.

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

This action is throttled at one request per second.


GetIdentityVerificationAttributesResponse
Returns information about the GetIdentityVerificationAttributesResult response and response metadata.

GetIdentityVerificationAttributesResult
Represents the verification attributes for a list of identities.

GetSendQuotaRequest
Container for the parameters to the GetSendQuota operation. Returns the user's current sending limits.

This action is throttled at one request per second.


GetSendQuotaResponse
Returns information about the GetSendQuotaResult response and response metadata.

GetSendQuotaResult
Represents the user's current activity limits returned from a successful
CopyC#
GetSendQuota
request.

GetSendStatisticsRequest
Container for the parameters to the GetSendStatistics operation. 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.

This action is throttled at one request per second.


GetSendStatisticsResponse
Returns information about the GetSendStatisticsResult response and response metadata.

GetSendStatisticsResult
Represents a list of
CopyC#
SendDataPoint
items returned from a successful
CopyC#
GetSendStatistics
request. This list contains aggregated data from the previous two weeks of sending activity.

IdentityDkimAttributes
Represents the DKIM attributes of a verified email address or a domain.

IdentityNotificationAttributes
Represents the notification attributes of an identity, including whether a bounce or complaint topic are set, and whether feedback forwarding is enabled.

IdentityVerificationAttributes
Represents the verification attributes of a single identity.

ListIdentitiesRequest
Container for the parameters to the ListIdentities operation. Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.

This action is throttled at one request per second.


ListIdentitiesResponse
Returns information about the ListIdentitiesResult response and response metadata.

ListIdentitiesResult
Represents a list of all verified identities for the AWS Account.

ListVerifiedEmailAddressesRequest
Container for the parameters to the ListVerifiedEmailAddresses operation. Returns a list containing all of the email addresses that have been verified. The ListVerifiedEmailAddresses action is deprecated as of the May 15, 2012 release of Domain Verification. The ListIdentities action is now preferred.

This action is throttled at one request per second.


ListVerifiedEmailAddressesResponse
Returns information about the ListVerifiedEmailAddressesResult response and response metadata.

ListVerifiedEmailAddressesResult
Represents a list of all the email addresses verified for the current user.

Message
Represents the message to be sent, composed of a subject and a body.
Represents the message to be sent, composed of a subject and a body.

MessageRejectedException
SimpleEmailService exception

RawMessage
Represents the raw data of the message.

SendDataPoint
Represents sending statistics data. Each
CopyC#
SendDataPoint
contains statistics for a 15-minute period of sending activity.

SendEmailRequest
Container for the parameters to the SendEmail operation. Composes an email message based on input data, and then immediately queues the message for sending. You can only send email from verified email addresses and domains. If you have not requested production access to Amazon SES, you must also verify every recipient email address except for the recipients provided by the Amazon SES mailbox simulator. 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 Amazon SES Developer Guide.


SendEmailResponse
Returns information about the SendEmailResult response and response metadata.

SendEmailResult
Represents a unique message ID returned from a successful
CopyC#
SendEmail
request.

SendRawEmailRequest
Container for the parameters to the SendRawEmail operation. Sends an email message, with header and content specified by the client. The
CopyC#
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. You can only send email from verified email addresses and domains. If you have not requested production access to Amazon SES, you must also verify every recipient email address except for the recipients provided by the Amazon SES mailbox simulator. 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 Amazon SES Developer Guide.


SendRawEmailResponse
Returns information about the SendRawEmailResult response and response metadata.

SendRawEmailResult
Represents a unique message ID returned from a successful
CopyC#
SendRawEmail
request.

SetIdentityDkimEnabledRequest
Container for the parameters to the SetIdentityDkimEnabled operation. Enables or disables Easy DKIM signing of email sent from an identity:
  • If Easy DKIM signing is enabled for a domain name identity (e.g.,
    CopyC#
    example.com
    ), then Amazon SES will DKIM-sign all email sent by addresses under that domain name (e.g.,
    CopyC#
    user@example.com
    ).
  • If Easy DKIM signing is enabled for an email address, then Amazon SES will DKIM-sign all email sent by that email address.

For email addresses (e.g.,

CopyC#
user@example.com
), you can only enable Easy DKIM signing if the corresponding domain (e.g.,
CopyC#
example.com
) has been set up for Easy DKIM using the AWS Console or the
CopyC#
VerifyDomainDkim
action.

This action is throttled at one request per second.

For more information about Easy DKIM signing, go to the Amazon SES Developer Guide.


SetIdentityDkimEnabledResponse
Returns information about the SetIdentityDkimEnabledResult response and response metadata.

SetIdentityDkimEnabledResult
An empty element. Receiving this element indicates that the request completed successfully.

SetIdentityFeedbackForwardingEnabledRequest
Container for the parameters to the SetIdentityFeedbackForwardingEnabled operation. Given an identity (email address or domain), enables or disables whether Amazon SES forwards feedback notifications as email. Feedback forwarding may only be disabled when both complaint and bounce topics are set.

This action is throttled at one request per second.

For more information about feedback notification, see the Amazon SES Developer Guide.


SetIdentityFeedbackForwardingEnabledResponse
Returns information about the SetIdentityFeedbackForwardingEnabledResult response and response metadata.

SetIdentityFeedbackForwardingEnabledResult
An empty element. Receiving this element indicates that the request completed successfully.

SetIdentityNotificationTopicRequest
Container for the parameters to the SetIdentityNotificationTopic operation. Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon SES will publish bounce and complaint notifications for emails sent with that identity as the
CopyC#
Source
. Publishing to topics may only be disabled when feedback forwarding is enabled.

This action is throttled at one request per second.

For more information about feedback notification, see the Amazon SES Developer Guide.


SetIdentityNotificationTopicResponse
Returns information about the SetIdentityNotificationTopicResult response and response metadata.

SetIdentityNotificationTopicResult
An empty element. Receiving this element indicates that the request completed successfully.

VerifyDomainDkimRequest
Container for the parameters to the VerifyDomainDkim operation. Returns a set of DKIM tokens for a domain. DKIM tokens are character strings that represent your domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain.

This action is throttled at one request per second.

To enable or disable Easy DKIM signing for a domain, use the

CopyC#
SetIdentityDkimEnabled
action.

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.


VerifyDomainDkimResponse
Returns information about the VerifyDomainDkimResult response and response metadata.

VerifyDomainDkimResult
Represents the DNS records that must be published in the domain name's DNS to complete DKIM setup.

VerifyDomainIdentityRequest
Container for the parameters to the VerifyDomainIdentity operation. Verifies a domain.

This action is throttled at one request per second.


VerifyDomainIdentityResponse
Returns information about the VerifyDomainIdentityResult response and response metadata.

VerifyDomainIdentityResult
Represents a token used for domain ownership verification.

VerifyEmailAddressRequest
Container for the parameters to the VerifyEmailAddress operation. Verifies an email address. This action causes a confirmation email message to be sent to the specified address. The VerifyEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The VerifyEmailIdentity action is now preferred.

This action is throttled at one request per second.


VerifyEmailAddressResponse
Returns information about the VerifyEmailAddressResult response and response metadata.

VerifyEmailIdentityRequest
Container for the parameters to the VerifyEmailIdentity operation. Verifies an email address. This action causes a confirmation email message to be sent to the specified address.

This action is throttled at one request per second.


VerifyEmailIdentityResponse
Returns information about the VerifyEmailIdentityResult response and response metadata.

VerifyEmailIdentityResult
An empty element. Receiving this element indicates that the request completed successfully.