AWS SDK Version 3 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.

Container for the parameters to the ListContacts operation. Lists the contacts present in a specific contact list.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleEmailV2.AmazonSimpleEmailServiceV2Request
      Amazon.SimpleEmailV2.Model.ListContactsRequest

Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z

Syntax

C#
public class ListContactsRequest : AmazonSimpleEmailServiceV2Request
         IAmazonWebServiceRequest

The ListContactsRequest type exposes the following members

Constructors

NameDescription
Public Method ListContactsRequest()

Properties

NameTypeDescription
Public Property ContactListName System.String

Gets and sets the property ContactListName.

The name of the contact list.

Public Property Filter Amazon.SimpleEmailV2.Model.ListContactsFilter

Gets and sets the property Filter.

A filter that can be applied to a list of contacts.

Public Property NextToken System.String

Gets and sets the property NextToken.

A string token indicating that there might be additional contacts available to be listed. Use the token provided in the Response to use in the subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.

Public Property PageSize System.Int32

Gets and sets the property PageSize.

The number of contacts that may be returned at once, which is dependent on if there are more or less contacts than the value of the PageSize. Use this parameter to paginate results. If additional contacts exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional contacts.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5