SmtpMergingMessageEventArgsTemplateMessage Property
Gets the mail message 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 MailMessage TemplateMessage { get; }

Property Value

Type: MailMessage
A reference to the MailMessage object representing the mail message template.
See Also