SmtpMergingMessageEventArgsTemplateRecipients Property |
Gets the actual recipients template which is about to be merged with the data from a database table row.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic EmailAddressCollection TemplateRecipients { get; }
Public ReadOnly Property TemplateRecipients As EmailAddressCollection
Get
Property Value
Type:
EmailAddressCollectionA reference to the
EmailAddressCollection object representing the actual recipients template.
See Also