SendMailJobMergeTable Property |
Gets the data table for the mail merge.
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 source of the data for mail merge, or a null reference
(
Nothing in Visual Basic) if this job is not a "mail merge over data table" job.
See Also