MailBee.NET Objects 4.0

SendMailJob.Tag Property

Gets the tag assigned by the developer to this job.

public string Tag {get;}

Property Value

A string assigned to the job by the developer, or empty string if tag was not assigned.

Remarks

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.

See Also

SendMailJob Class | MailBee.SmtpMail Namespace