TTMSFNCCloudMailChimpTransactions Class
Component that sends transactional email messages through the Mandrill (MailChimp Transactional) service, exposing the API key and result events.
API unit family: TMSFNCCloudMailChimp.Transactions
Inherits from: TTMSFNCCustomCloudMailChimpTransactions
Syntax
TTMSFNCCloudMailChimpTransactions = class(TTMSFNCCustomCloudMailChimpTransactions)
Properties
| Name |
Description |
| APIKey |
The API key used to authenticate with the transactional email service. (inherited from TTMSFNCCustomCloudMailChimpTransactions) |
Methods
| Name |
Description |
| SendMail |
Sends the given message through the transactional email service. (inherited from TTMSFNCCustomCloudMailChimpTransactions) |
Events
| Name |
Description |
| OnError |
Occurs when a send request fails, providing the error message. (inherited from TTMSFNCCustomCloudMailChimpTransactions) |
| OnSendSuccessful |
Occurs after a message has been sent successfully. (inherited from TTMSFNCCustomCloudMailChimpTransactions) |