TTMSFNCCloudSendGridMailTemplate.AddReplyTo Method
Creates an empty reply-to entry, adds it to the reply-to list and returns it.
API unit family: TMSFNCCloudSendGrid
Declaring type: TTMSFNCCloudSendGridMailTemplate
Overloads
Overload 1
Creates an empty reply-to entry, adds it to the reply-to list and returns it.
function AddReplyTo: TTMSFNCCloudSendGridReplyTo; overload;
Returns
The newly added reply-to entry.
Overload 2
Adds a reply-to entry with the given address and optional display name.
function AddReplyTo(AEmailAddress: string; AName: string = ''): TTMSFNCCloudSendGridReplyTo; overload;
Parameters
| Name | Description |
|---|---|
AEmailAddress |
Email address to reply to. |
AName |
Optional display name of the reply-to entry. |
Returns
The newly added reply-to entry.