AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This action is throttled at one request per second.
Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class DeleteIdentityRequest : AmazonSimpleEmailServiceRequest IRequestEvents
The DeleteIdentityRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
DeleteIdentityRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
Identity | System.String |
Gets and sets the property Identity.
The identity to be removed from the list of identities for the AWS Account. |
This example shows how to delete an identity (email address or domain).
var sesClient = new AmazonSimpleEmailServiceClient();
var request = new DeleteIdentityRequest
{
Identity = "johndoe@example.com"
};
sesClient.DeleteIdentity(request);
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8