SendMailJobMergeTable Property
Gets the data table for the mail merge.

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 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