SendMailJobTag Property |
Namespace: MailBee.SmtpMail
The developer can use tags to to keep track of the processed jobs. Tags also appear in the log helping to match log messages to particular jobs.
To enqueue a job so that it would have tag assigned, the developer should use Smtp.AddJob(string, string, EmailAddressCollection) or Smtp.AddJob(string, string, EmailAddressCollection, DataTable, object, bool, bool) methods.