SmtpSubmittingMessageToPickupFolderEventArgsTag Property |
Gets the tag assigned by the developer to
SendMailJob of processing the given message.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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