SmtpMergingMessageEventArgsMergeDataReader 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.4 build 677 for .NET 4.5
Syntax
public IDataReader MergeDataReader { get; }

Property Value

Type: IDataReader
Remarks
See MergeDataReader for explanations.
See Also