SendMailJobMergeTable Property
Gets the data table for the mail merge.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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