SmtpMessageSentEventArgsMergeRowIndex Property |
Gets the index of the data row used for mail merge of this message.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int MergeRowIndex { get; }
Public ReadOnly Property MergeRowIndex As Integer
Get
Property Value
Type:
Int32The index of the data row in
MergeTable data table used for mail merge of this message,
or zero if this mail message was not composed as a merge of
DataTable data with mail template.
Remarks For mail merge operations, e.MergeTable[e.MergeRowIndex] (in C# syntax, assuming e
is an instance of SmtpMessageSentEventArgs class) returns
DataRow used for mail merge of the message sent.
This property returns zero for mail merge over IDataReader jobs.
See Also