Raised before a mail is merged.
The event handler receives an argument of type BeforeMergeEventArgs containing data related to this event. The following BeforeMergeEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| BccAddress | Bcc address. |
| Body | Body. |
| CCAddress | CC address. |
| DataRow | Data row to be merged into mail message. |
| FromAddress | From address. |
| FromDisplayName | From display name. |
| IsBodyHtml | Is body in HTML format. |
| ReplyToAddress | Reply to address. |
| Subject | Subject. |
| ToAddress | To address. |
MailMerge Class | Karamasoft.WebControls.UltimateEmail Namespace