SendMailJobMergeRowIndex Property |
Namespace: MailBee.SmtpMail
For mail merge operations, job.MergeTable[e.MergeRowIndex] (in C# syntax, assuming job is an instance of SendMailJob class) returns the first DataRow to be merged with the template.
Since SendMailJob objects in JobsPending collection can represent mail merge jobs of processing multiple data rows, MergeRowIndex can actually refer to the first data row index in the entire list data row indices associated with such SendMailJob object. To get all the indices, use GetIndicesAsString method.