MailMerge.AfterSend Event

UltimateEmail

UltimateEmail Class Library

MailMerge.AfterSend Event

Raised after a mail is sent to the email address in the merged row.

[Visual Basic] Public Event AfterSend As AfterSendEventHandler
[C#]
public event AfterSendEventHandler AfterSend;

Event Data

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.

See Also

MailMerge Class | Karamasoft.WebControls.UltimateEmail Namespace