SmtpMergingMessageEventArgsTemplateMessage Property |
Gets the mail message template which is about to be merged with the data from a database table row.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public MailMessage TemplateMessage { get; }
Public ReadOnly Property TemplateMessage As MailMessage
Get
Property Value
Type:
MailMessageA reference to the
MailMessage object representing the mail message template.
See Also