SendMailJobCollectionGetIndicesAsArray Method |
Returns the integer array containing list of data table row indices
associated with the jobs belonging to the collection.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int[] GetIndicesAsArray(
DataTable mergeTable,
string tag
)
Public Function GetIndicesAsArray (
mergeTable As DataTable,
tag As String
) As Integer()
Parameters
- mergeTable
- Type: System.DataDataTable
A reference to the data table for which data row indices should be returned,
or a null reference (Nothing in Visual Basic) if data rows should be returned regardless
with which mail merge tables they are associated. - tag
- Type: SystemString
The string equal to Tag of jobs for which data row indices should be returned,
or a null reference (Nothing in Visual Basic) if data rows should be returned regardless
of their Tag value. String comparison is case-sensitive, i.e. Merge1 and MERGE1 won't match!
Return Value
Type:
Int32The integer array containing list of data table row indices
associated with the jobs belonging to the collection and associated with the given data table, or an empty integer array
if the collection is empty.
Remarks See Also