SmtpMergingMessageEventArgsTemplateRecipients Property
Gets the actual recipients template which is about to be merged with the data from a database table row.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public EmailAddressCollection TemplateRecipients { get; }

Property Value

Type: EmailAddressCollection
A reference to the EmailAddressCollection object representing the actual recipients template.
See Also