SmtpMergingMessageEventArgsTemplateSenderEmail Property |
Gets the actual sender's e-mail address 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 string TemplateSenderEmail { get; }
Public ReadOnly Property TemplateSenderEmail As String
Get
Property Value
Type:
StringThe string representing the template of the actual sender's e-mail address.
See Also