SmtpMessageNotSentEventArgsMergeDataReader Property
Gets the reference to the data reader used for mail merge of this message.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public IDataReader MergeDataReader { get; }

Property Value

Type: IDataReader
Remarks
See MergeDataReader for explanations.
See Also