SmtpMergingMessageEventArgsMergeTable Property |
Gets the data table whose row is about to be merged with the mail message template.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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