AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 3.5
 
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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleEmail.AmazonSimpleEmailServiceRequest
      Amazon.SimpleEmail.Model.ListIdentitiesRequest

Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ListIdentitiesRequest : AmazonSimpleEmailServiceRequest
         IRequestEvents

The ListIdentitiesRequest type exposes the following members

Constructors

NameDescription
Public Method ListIdentitiesRequest()

Properties

NameTypeDescription
Public Property IdentityType Amazon.SimpleEmail.IdentityType Gets and sets the property IdentityType.

The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.

Public Property MaxItems System.Int32 Gets and sets the property MaxItems.

The maximum number of identities per page. Possible values are 1-1000 inclusive.

Public Property NextToken System.String Gets and sets the property NextToken.

The token to use for pagination.

Version Information

.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