SmtpMergingMessageEventArgsMergeTable Property |
Gets the data table whose row is about to be merged with the mail message template.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DataTable MergeTable { get; }
Public ReadOnly Property MergeTable As DataTable
Get
Property Value
Type:
DataTableA 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 See Also