SmtpMessageSentEventArgsTag Property |
Gets the tag assigned by the developer to
SendMailJob of processing the given message.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string Tag { get; }
Public ReadOnly Property Tag As String
Get
Property Value
Type:
StringA string assigned by the developer to
SendMailJob object associated with the given message, or empty string if tag was not assigned.
See Also