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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax
public IDataReader MergeDataReader { get; }

Property Value

Type: IDataReader
Remarks
See MergeDataReader for explanations.
See Also