SmtpMessageNotSentEventArgsMergeDataReaderColumnNames Property
Gets the array of all fields' names of the current row of the data reader.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string[] MergeDataReaderColumnNames { get; }

Property Value

Type: String
Remarks
See MergeDataReaderColumnNames for explanations.
See Also