Skip to main content

TSESV2UpdateContactRequest

Class in AWS.SESV2

UpdateContact request class.

Ancestors

Properties

ContactListName

property ContactListName: string

EmailAddress

property EmailAddress: string

AttributesData

property AttributesData: string

TopicPreferences

property TopicPreferences: ISESV2TopicPreference

Type: ISESV2TopicPreference

UnsubscribeAll

property UnsubscribeAll: TOptional<Boolean>

Constructors

Create

constructor Create(const AContactListName, AEmailAddress: string);

Constructor for TSESV2UpdateContactRequest.

Parameters

NameDescription
AContactListNameSpecify the name of the contact list.
AEmailAddressSpecify the contact email address.