SmtpMergingMessageEventArgsMergeTable Property
Gets the data table whose row is about to be merged with the mail message template.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DataTable MergeTable { get; }

Property Value

Type: DataTable
A reference to the DataTable object representing the data table for mail merge in case if this is a "mail merge over DataTable" job, or a null reference (Nothing in Visual Basic) for "mail merge over IDataReader" jobs
Remarks
For "mail merge over IDataReader" jobs, see MergeDataReader property.
See Also