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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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