MailBee.NET Objects 4.0

SmtpMessageSentEventArgs.MergeTable Property

Gets the reference to the data table used for mail merge of this message.

public System.Data.DataTable MergeTable {get;}

Property Value

A reference to the data table used for mail merge of this message, or a null reference (Nothing in Visual Basic) if this mail message was not composed as a merge of database data with mail template.

Remarks

For mail merge operations, e.MergeTable[e.MergeRowIndex] (in C# syntax, assuming e is an instance of SmtpMessageSentEventArgs class) returns DataRow used for mail merge of the message sent.

See Also

SmtpMessageSentEventArgs Class | MailBee.SmtpMail Namespace