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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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