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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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