ListIdentitiesRequest Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
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.Model.ListIdentitiesRequest

Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ListIdentitiesRequest : AmazonWebServiceRequest
         IRequestEvents

The ListIdentitiesRequest type exposes the following members

Constructors

  Name Description
Public Method ListIdentitiesRequest()

Properties

  Name Description
Public 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.

Constraints:Allowed ValuesEmailAddress, Domain

Public Property MaxItems The maximum number of identities per page. Possible values are 1-100 inclusive.
Public 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

.NET for Windows Phone:
Supported in: Window Phone 8