Raised after a mail is sent to the email address in the merged row.
The event handler receives an argument of type AfterSendEventArgs containing data related to this event. The following AfterSendEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DataRow | Data row to be merged into mail message. |
| MergedMail | Merged mail. |
| SendErrorMsg | Error message when SendStatus is false to indicate that the merged mail could not be sent successfully. |
| SendStatus | Boolean status to indicate whether the merged mail was sent successfully. |
| StopMailMerge | Flag to stop the mail merge process. |
MailMerge Class | Karamasoft.WebControls.UltimateEmail Namespace