ISESV2BulkEmailEntry
Interface in AWS.SESV2
Interface for BulkEmailEntry.
Properties
Destination
property Destination: ISESV2Destination
Type: ISESV2Destination
Specifies the destinations for the message.
ReplacementEmailContent
property ReplacementEmailContent: ISESV2ReplacementEmailContent
Type: ISESV2ReplacementEmailContent
The ReplacementEmailContent assocated with a BulkEmailEntry.
ReplacementTags
property ReplacementTags: TList<ISESV2MessageTag>
Type: ISESV2MessageTag
Specifies a list of tags (name/value pairs) to apply to the email.
Methods
AddReplacementTag
procedure AddReplacementTag(const AReplacementTag: ISESV2MessageTag); overload;
Add a replacement tag to ReplacementTags.
Parameters
| Name | Description |
|---|---|
AReplacementTag | Specifies the replacement tag to add. |
procedure AddReplacementTag(const AName, AValue: string); overload;
Add a replacement tag to ReplacementTags.
Parameters
| Name | Description |
|---|---|
AName | Specifies the name of a replacement tag to add. |
AValue | Specifies the value of a replacement tag to add. |