SmtpMergingMessageEventArgsTag Property
Gets the tag assigned by the developer to SendMailJob of processing the given message.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string Tag { get; }

Property Value

Type: String
A string assigned by the developer to SendMailJob object associated with the given message, or empty string if tag was not assigned.
See Also