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
| Name | Description |
|---|---|
AContactListName | Specify the name of the contact list. |
AEmailAddress | Specify the contact email address. |