MailBee.NET Objects 3.1

Smtp.JobsFailed Property

Gets the list of e-mail tasks failed during processing.

public SendMailJobCollection JobsFailed {get;}

Property Value

The list of jobs failed during processing.

Remarks

During jobs processing, the developer can examine this collection to early detect problems with sending e-mails (or submitting them into the pickup folder). Or, the developer can also examine this collection after the processing has been finished, to check the results of the mailing.

To put failed jobs back into the task list for processing, the developer can use RetryFailedJobs method.

See Also

Smtp Class | MailBee.SmtpMail Namespace | JobsPending | JobsSuccessful | RetryFailedJobs